Answers for "django not migrating"

0

django not migrating

In Database delete row 'profiles' from the table 'django_migrations'.
Delete all migration files in migrations folder.
Try again python manage.py makemigrations and python manage.py migrate command.
Posted by: Guest on December-19-2020

Code answers related to "django not migrating"

Python Answers by Framework

Browse Popular Code Answers by Language