Skip to content

Instantly share code, notes, and snippets.

@zokis
Created July 14, 2016 12:58
Show Gist options
  • Save zokis/e84da94160661beb2ec9a9b446018e0d to your computer and use it in GitHub Desktop.
Save zokis/e84da94160661beb2ec9a9b446018e0d to your computer and use it in GitHub Desktop.
23
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