Removed dead code
- Legacy-Id: 9950
This commit is contained in:
parent
669638da6e
commit
4dc4c6dc9a
|
@ -36,11 +36,3 @@ DATABASES = {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
class DisableMigrations(object):
|
|
||||||
def __contains__(self, item):
|
|
||||||
return True
|
|
||||||
|
|
||||||
def __getitem__(self, item):
|
|
||||||
return "notmigrations"
|
|
||||||
|
|
||||||
MIGRATION_MODULES = DisableMigrations()
|
|
||||||
|
|
Loading…
Reference in a new issue