0
Q:

delete all migrations django

find . -path "*/migrations/*.py" -not -name "__init__.py" -delete
find . -path "*/migrations/*.pyc"  -delete
0
$ python manage.py migrate --fake YourApp zero
# This will Reverse all migerations in YourApp
1

New to Communities?

Join the community