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 | 9564fef30591d71f5a38a58d79ef99cc7c632430 (patch) | |
tree | b9072837a0887fac1f6f2315d21372bd60c99ba2 /example_project | |
parent | 9b773927aaf6549ff52c697cce8009f55b042be8 (diff) | |
download | Ishtar-9564fef30591d71f5a38a58d79ef99cc7c632430.tar.bz2 Ishtar-9564fef30591d71f5a38a58d79ef99cc7c632430.zip |
Add the ability to scheduled administration task inside Django admin
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 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" |