adapt debian_config.py to match new TENANT_SETTINGS_LOADERS name (#6836)

This commit is contained in:
Frédéric Péters 2015-03-26 14:39:00 +01:00 committed by Benjamin Dauvergne
parent 538ea47f6b
commit 3504b3e597
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ MIDDLEWARE_CLASSES = (
'hobo.multitenant.middleware.TenantSettingsMiddleware',
) + MIDDLEWARE_CLASSES
TENANT_SETTINGS_MIDDLEWARE_LOADERS = (
TENANT_SETTINGS_LOADERS = (
'hobo.multitenant.settings_loaders.TemplateVars',
'hobo.multitenant.settings_loaders.Authentic',
)