Skip to content

Instantly share code, notes, and snippets.

@nicholasserra
Forked from NotSqrt/settings_test_snippet.py
Created February 18, 2016 21:56
Show Gist options
  • Save nicholasserra/a5160f43b80c41034430 to your computer and use it in GitHub Desktop.
Save nicholasserra/a5160f43b80c41034430 to your computer and use it in GitHub Desktop.
Another shot at this problem ..
class DisableMigrations(object):
def __contains__(self, item):
return True
def __getitem__(self, item):
return "notmigrations"
MIGRATION_MODULES = DisableMigrations()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment