From 9b843c1563690fc0975ec1dd8c39c638ed825576 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 5 Sep 2012 19:14:19 +0200 Subject: Add contact email var to main template --- example_project/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'example_project') 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/' -- cgit v1.2.3