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
This is not a package related error.
You are getting such error because you migrations are not properly done or your migrations are missing some files.
This issue may be solved by running migrations. python manage.py makemigrations python manage.py migrate
If the problem persists, try running: python manage.py migrate --run-syncdb
Do not forget to run python manage.py makemigrations before running --run-syncdb
No description provided.
The text was updated successfully, but these errors were encountered: