summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-09-05 19:14:19 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-09-05 19:14:19 +0200
commit9b843c1563690fc0975ec1dd8c39c638ed825576 (patch)
treedca85fabc7839b53b3f51a9d9156a4325ebcce22 /example_project/settings.py
parentaaad3ceb8a0bbcd54288d5ccbb58ef25d72af4b6 (diff)
downloadChimère-9b843c1563690fc0975ec1dd8c39c638ed825576.tar.bz2
Chimère-9b843c1563690fc0975ec1dd8c39c638ed825576.zip
Add contact email var to main template
Diffstat (limited to 'example_project/settings.py')
-rw-r--r--example_project/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index c878c88..f67ceeb 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -15,6 +15,7 @@ PROJECT_NAME = u'Chimère'
ROOT_PATH = os.path.realpath(os.path.dirname(__file__)) + "/"
EMAIL_HOST = 'localhost'
+CONTACT_EMAIL = ''
STATIC_URL = '/static/'
STATIC_ROOT = ROOT_PATH + 'static/'