diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-06-01 19:45:55 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-06-01 19:45:55 +0200 |
commit | c6ac83b9108e1139f5c982e9ffda47525679fd25 (patch) | |
tree | b9072837a0887fac1f6f2315d21372bd60c99ba2 /example_project/settings.py | |
parent | d2bdd742b6b95ce29272503e777afae0bd319d37 (diff) | |
download | Ishtar-c6ac83b9108e1139f5c982e9ffda47525679fd25.tar.bz2 Ishtar-c6ac83b9108e1139f5c982e9ffda47525679fd25.zip |
Add the ability to scheduled administration task inside Django admin
Diffstat (limited to 'example_project/settings.py')
-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 78d97f0ae..c7880d8c8 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" |