Answers for "no migrations to apply django"

0

no migrations to apply django

python manage.py migrate --fake APPNAME zero
Posted by: Guest on April-18-2022
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

Python Answers by Framework

Browse Popular Code Answers by Language