summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'example_project/settings.py')
-rw-r--r--example_project/settings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index 69a3fbf..0164673 100644
--- a/example_project/settings.py
+++ b/example_project/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/'