From d8d49648aec7440f0b9b29ddec79842edd3e8d35 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 7 Oct 2012 21:02:54 +0200 Subject: Documentation/configuration: fix path, add dependancies --- local_settings.py.sample | 3 +++ 1 file changed, 3 insertions(+) (limited to 'local_settings.py.sample') diff --git a/local_settings.py.sample b/local_settings.py.sample index 9ccd41d..b5939af 100644 --- a/local_settings.py.sample +++ b/local_settings.py.sample @@ -9,6 +9,9 @@ CHIMERE_OSM_API_URL = 'api06.dev.openstreetmap.org' # test URL CHIMERE_OSM_USER = 'osm_user' CHIMERE_OSM_PASSWORD = 'osm_pass' +# Make this string unique, and don't share it with anybody. +SECRET_KEY = '' + ADMINS = ( # ('Your Name', 'your_email@domain.com'), ) -- cgit v1.2.3