diff options
| 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 |
| commit | 9b843c1563690fc0975ec1dd8c39c638ed825576 (patch) | |
| tree | dca85fabc7839b53b3f51a9d9156a4325ebcce22 /example_project/settings.py | |
| parent | aaad3ceb8a0bbcd54288d5ccbb58ef25d72af4b6 (diff) | |
| download | Chimè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.py | 1 |
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/' |
