This commit is contained in:
Serghei Mihai 2014-05-26 17:19:26 +02:00
parent 3a07c1f93f
commit 3ac701909f
1 changed files with 1 additions and 1 deletions

View File

@ -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: