diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-17 17:11:50 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-17 17:11:50 +0200 |
commit | 6d4b5f23c8e9b066bd9de375430d78adaad4f431 (patch) | |
tree | a99ef6cf6506e29406b0bb106f6c0d16ebb9ad22 /local_settings.py.sample | |
parent | c40c7f5621c9083cc274e3735b3c2e0000e8db38 (diff) | |
download | Chimère-6d4b5f23c8e9b066bd9de375430d78adaad4f431.tar.bz2 Chimère-6d4b5f23c8e9b066bd9de375430d78adaad4f431.zip |
Manage new version of tinyMCE
Diffstat (limited to 'local_settings.py.sample')
-rw-r--r-- | local_settings.py.sample | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/local_settings.py.sample b/local_settings.py.sample index 385a774..447d01b 100644 --- a/local_settings.py.sample +++ b/local_settings.py.sample @@ -9,9 +9,6 @@ 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 = '' |