diff options
Diffstat (limited to 'example_project')
| -rw-r--r-- | example_project/settings.py | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index 0aafbdf90..934582b9b 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -276,6 +276,7 @@ JOINT = " | "  # not managed cautiously the dir contening these scripts is not set by default  ISHTAR_SCRIPT_DIR = "" +# TODO: clean...  ISHTAR_FILE_PREFIX = ""  ISHTAR_OPE_PREFIX = "OA"  ISHTAR_DEF_OPE_PREFIX = "OP" @@ -289,6 +290,8 @@ ISHTAR_PERIODS = {}  ISHTAR_PERMIT_TYPES = {}  ISHTAR_DOC_TYPES = {"undefined": "Undefined"} +# number of days for password expiration: None for no expiration +ISHTAR_PASSWORD_EXPIRATION_DAYS = None  ISHTAR_SEARCH_LANGUAGE = "french"  ISHTAR_SECURE = True  ISHTAR_SECURE_OPTIONS = False  | 
