You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running python manage.py migrate as described in the README.md, it throws me the following error message:
Your models have changes that are not yet reflected in a migration, and so won't be applied.
Run 'manage.py makemigrations' to make new migrations, and then re-run 'manage.py migrate' to apply them.
The text was updated successfully, but these errors were encountered:
Running
python manage.py migrate
as described in theREADME.md
, it throws me the following error message:The text was updated successfully, but these errors were encountered: