From 3ac701909ff2a9bc584922c41ab14db8173345ef Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Mon, 26 May 2014 17:19:26 +0200 Subject: [PATCH] typo fix --- portail_citoyen2/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portail_citoyen2/settings.py b/portail_citoyen2/settings.py index 22c1966..727de8b 100644 --- a/portail_citoyen2/settings.py +++ b/portail_citoyen2/settings.py @@ -311,7 +311,7 @@ except ImportError, e: if not CMS_TEMPLATES: raise ImproperlyConfigured('You must define CMS_TEMPLATES') -if 'MULTITENANT_MODE' is os.environ: +if 'MULTITENANT_MODE' in os.environ: try: from tenant_settings import * except ImportError: