Skip to content

Instantly share code, notes, and snippets.

@alvinchow86
Last active May 15, 2017 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alvinchow86/d454591598f1c332f6071381fc4dbcd3 to your computer and use it in GitHub Desktop.
Save alvinchow86/d454591598f1c332f6071381fc4dbcd3 to your computer and use it in GitHub Desktop.
django-blog-post-migration-state-operations
class Migration(migrations.Migration):
state_operations = [ORIGINAL_MIGRATIONS]
operations = migrations.SeparateDatabaseAndState(state_operations=state_operations)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment