Answers for "remove all migrations in django windows command"

1

django migrate fake zero

$ python manage.py migrate --fake YourApp zero
# This will Reverse all migerations in YourApp
Posted by: Guest on June-24-2020

Code answers related to "remove all migrations in django windows command"

Python Answers by Framework

Browse Popular Code Answers by Language