I deleted the database and the migrate comand dosent create back 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