export data and reset migration django code example
Example: django migrate fake zero
$ python manage.py migrate --fake YourApp zero
# This will Reverse all migerations in YourApp
$ python manage.py migrate --fake YourApp zero
# This will Reverse all migerations in YourApp