diff options
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index a93a91e67..266551171 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -302,13 +302,8 @@ GDPR_RETENTION_PERIOD = int(30.5 * 6) + 1 # ~ 6 month of logging # TODO: clean... ISHTAR_FILE_PREFIX = "" -ISHTAR_OPE_PREFIX = "OA" -ISHTAR_DEF_OPE_PREFIX = "OP" # string len of find indexes - i.e: find with index 42 will be 00042 ISHTAR_FINDS_INDEX_ZERO_LEN = 5 -ISHTAR_OPE_COL_FORMAT = None -# DB key: (txt_idx, label) -ISHTAR_OPE_TYPES = {} # DB key: txt_idx ISHTAR_PERIODS = {} ISHTAR_PERMIT_TYPES = {} |