Created
July 14, 2016 12:58
-
-
Save zokis/e84da94160661beb2ec9a9b446018e0d to your computer and use it in GitHub Desktop.
23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd app/migrations/ | |
find ./ -name "0*.py" -exec rm -rf {} \; | |
# cd to manage.py | |
python manage.py makemigrations app | |
# rodar no postgresql "DELETE from django_migrations WHERE app = app" | |
python manage.py migrate app --fake |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment