ValueError: Dependency on app with no migrations: account

Error when you start django project: ValueError: Dependency on app with no migrations: account

The reason is not caused by the migration table:

                   python manage.py makemigrations

                   python manage.py migrate

Published 73 original articles · won praise 14 · views 20000 +

Guess you like

Origin blog.csdn.net/qq_42327755/article/details/90232157