debian: cancel mellon tenant_settings_loader

This commit is contained in:
Thomas NOËL 2020-03-21 20:36:18 +01:00
parent e9e96f9fcc
commit b4e7f50e16
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ SESSION_ENGINE = global_settings.SESSION_ENGINE
# remove mellon middleware
if 'MIDDLEWARE_CLASSES' in globals():
MIDDLEWARE_CLASSES = tuple(m for m in MIDDLEWARE_CLASSES if not m.startswith('mellon.'))
# remove mellon settings_loader
TENANT_SETTINGS_LOADERS = tuple(tsl for tsl in TENANT_SETTINGS_LOADERS if not tsl.endswith('.Mellon'))
#