From 455454fb2283780457a3faca4edd2c6922ccb0fd Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Wed, 28 Dec 2016 10:00:41 +0100 Subject: [PATCH] debian: add specific settings loader for mandayejs app (#14451) --- debian/debian_config_common.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/debian_config_common.py b/debian/debian_config_common.py index 4a8df5a..b884ee6 100644 --- a/debian/debian_config_common.py +++ b/debian/debian_config_common.py @@ -224,6 +224,9 @@ TENANT_SETTINGS_LOADERS = ( 'hobo.multitenant.settings_loaders.SettingsJSON', ) +if PROJECT_NAME == 'mandayejs': + TENANT_SETTINGS_LOADERS = ('hobo.multitenant.settings_loaders.MandayeJS',) + TENANT_SETTINGS_LOADERS + # templates in /templates TEMPLATE_LOADERS = ( 'hobo.multitenant.template_loader.FilesystemLoader', -- 2.11.0