Removed dead code

- Legacy-Id: 9950
This commit is contained in:
Henrik Levkowetz 2015-08-01 15:00:14 +00:00
parent 669638da6e
commit 4dc4c6dc9a

View file

@ -36,11 +36,3 @@ DATABASES = {
},
}
class DisableMigrations(object):
def __contains__(self, item):
return True
def __getitem__(self, item):
return "notmigrations"
MIGRATION_MODULES = DisableMigrations()