Merge branch 'master' of github.com:bernardopires/django-tenant-schemas

This commit is contained in:
Bernardo Pires 2014-12-25 21:06:31 +01:00
commit fa71301465
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ class Command(SyncCommon):
for app in ignored_apps:
app_label = app.split('.')[-1]
settings.SOUTH_MIGRATION_MODULES[app_label] = 'ignore'
self._clear_south_cache()
def _save_south_settings(self):
self._old_south_modules = None