Troubleshooting#
If errors occur, these could be potential solutions.
A)#
rm db.sqllite3
python manage.py migrate
python manage.py loaddata exercises_data/common.yaml
B)#
Sometimes ltiapi/migrations/0001_initial.py
has to be deleted than you have to makemigrations
and migrate
.