django run custom migration 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