diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-09-05 19:14:50 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-09-05 19:14:50 +0200 |
commit | e13516c39f072c3b1c99fc37eb1881e7279f0d92 (patch) | |
tree | 64c3afa207392a47a49e4fc00c8fbc466bdbc191 /settings.py | |
parent | f7180eaa05a165ce60b8b346c734e2a2547097a7 (diff) | |
download | Chimère - projet Saclay-e13516c39f072c3b1c99fc37eb1881e7279f0d92.tar.bz2 Chimère - projet Saclay-e13516c39f072c3b1c99fc37eb1881e7279f0d92.zip |
Add a link bar at the bottom of left panel
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py index 32f6d95..a51ab78 100644 --- a/settings.py +++ b/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/' |