From d801b5912b9650bee80f35ffe5ad4d2c0cd2e21e Mon Sep 17 00:00:00 2001 From: rscnt Date: Thu, 21 May 2015 01:10:09 -0600 Subject: [PATCH] local_settings: in example call settings ok. Signed-off-by: rscnt --- dynamicweb/local/local_settings.py.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamicweb/local/local_settings.py.example b/dynamicweb/local/local_settings.py.example index c2bfcd51..aa97b091 100644 --- a/dynamicweb/local/local_settings.py.example +++ b/dynamicweb/local/local_settings.py.example @@ -1,4 +1,4 @@ -from settings import SITE_ROOT +# from dynamicweb.settings import SITE_ROOT DEBUG = True TEMPLATE_DEBUG = DEBUG