diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-06-01 20:28:39 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-06-01 20:28:39 +0200 |
commit | ffa61d536ee171006cf4b485f71aa84ba9051317 (patch) | |
tree | 40c2c8f82db7598101e02c1d12a777913e25de11 /example_project | |
parent | d65230970c2c40fbbde74b49b38e20dabc575332 (diff) | |
parent | 9b7629324fe6bfcf912259c31176da81a015559f (diff) | |
download | Ishtar-ffa61d536ee171006cf4b485f71aa84ba9051317.tar.bz2 Ishtar-ffa61d536ee171006cf4b485f71aa84ba9051317.zip |
Merge branch 'v0.9' into wheezy
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index d26639732..1d29106c7 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -214,6 +214,10 @@ APP_NAME = "SRA - Pays de la Loire" SURFACE_UNIT = 'square-metre' SURFACE_UNIT_LABEL = u'm²' JOINT = u" | " +# dir for ishtar maintenance script - as it can be a serious security issue if +# not managed cautiously the dir contening theses scripts is not set by default +ISHTAR_SCRIPT_DIR = "" + ISHTAR_FILE_PREFIX = u"" ISHTAR_OPE_PREFIX = u"OA" ISHTAR_DEF_OPE_PREFIX = u"OP" |