From 8a3695ab6694df725f0acf2a797936b7da4bc41d Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Sat, 24 May 2014 12:24:59 +0200 Subject: [PATCH] tenant settings fix --- portail_citoyen/tenant_settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/portail_citoyen/tenant_settings.py b/portail_citoyen/tenant_settings.py index 34f52ce..d1f7565 100644 --- a/portail_citoyen/tenant_settings.py +++ b/portail_citoyen/tenant_settings.py @@ -1,3 +1,5 @@ +import os + # Multitenant settings TENANT_MODEL = 'multitenant.Tenant'