diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-07 21:02:54 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-07 21:02:54 +0200 |
commit | c478b609b270c20c90eda618962a7efad6b26ca2 (patch) | |
tree | 7442b1073dcce261ddacd2279474c45461509e27 /example_project/local_settings.py.sample | |
parent | 94c23b986d3986667351971487761d59f9c50438 (diff) | |
download | Chimère-c478b609b270c20c90eda618962a7efad6b26ca2.tar.bz2 Chimère-c478b609b270c20c90eda618962a7efad6b26ca2.zip |
Documentation/configuration: fix path, add dependancies
Diffstat (limited to 'example_project/local_settings.py.sample')
-rw-r--r-- | example_project/local_settings.py.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example_project/local_settings.py.sample b/example_project/local_settings.py.sample index 9ccd41d..b5939af 100644 --- a/example_project/local_settings.py.sample +++ b/example_project/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'), ) |