Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. class DisableMigrations(object):
  2.  
  3. def __contains__(self, item):
  4. return True
  5.  
  6. def __getitem__(self, item):
  7. return "notmigrations"
  8.  
  9. MIGRATION_MODULES = DisableMigrations()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement