With the completion of the proc file and successful deployment with Dokku, we have made significant progress. However, a new challenge has emerged that requires attention.
Issue:
We want the quiz questions in the database to be updated automatically whenever new changes to the questions are deployed. The intended solution is to use the script init_yaml_to_db.py on deployment to accomplish this task.
Steps to Reproduce:
- Make changes to the quiz questions.
- Deploy the changes.
- Observe that the questions on DNAnalyzer are not updated automatically.