diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-04-10 20:47:32 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-04-10 20:47:32 +0200 |
commit | 32e867071cee00c6d5cfaa9a6e27cad2256cde32 (patch) | |
tree | 305fbd2d5b8b05bb0366aa1290b34586bd03277c /local_settings.py.sample | |
parent | 019ee28fd9e51bed25b5a5a52640d73fb151273e (diff) | |
download | Chimère - projet de référence-32e867071cee00c6d5cfaa9a6e27cad2256cde32.tar.bz2 Chimère - projet de référence-32e867071cee00c6d5cfaa9a6e27cad2256cde32.zip |
settings adaptation for v3
Diffstat (limited to 'local_settings.py.sample')
-rw-r--r-- | local_settings.py.sample | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/local_settings.py.sample b/local_settings.py.sample index 0d3252d..33a4989 100644 --- a/local_settings.py.sample +++ b/local_settings.py.sample @@ -3,16 +3,18 @@ # rename this file to local_settings.py and overload settings in this file -import os ROOT_URLCONF = 'chimere_example_project.urls' STATIC_URL = '/static/' -CHIMERE_OSM_API_URL = 'api06.dev.openstreetmap.org' # test URL +CHIMERE_OSM_API_URL = 'api06.dev.openstreetmap.org' # test URL CHIMERE_OSM_USER = 'osm_user' CHIMERE_OSM_PASSWORD = 'osm_pass' +# if you want to use tinymce provide an URL or a relative path to find it +TINYMCE_URL = '' + # Make this string unique, and don't share it with anybody. SECRET_KEY = '' |