From bd2ac04b30986f5bae452c15d0d50803064df755 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 11 Jul 2012 16:14:38 +0200 Subject: Update doc - minor fix on description where no area is provided --- settings.py | 1 - 1 file changed, 1 deletion(-) (limited to 'settings.py') diff --git a/settings.py b/settings.py index 69a3fbf..0164673 100644 --- a/settings.py +++ b/settings.py @@ -12,7 +12,6 @@ TEMPLATE_DEBUG = DEBUG PROJECT_NAME = u'Chimère' ROOT_PATH = os.path.realpath(os.path.dirname(__file__)) + "/" -SERVER_URL = 'http://www.mydomain.com/' EMAIL_HOST = 'localhost' STATIC_URL = '/static/' STATIC_ROOT = ROOT_PATH + 'static/' -- cgit v1.2.3