diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-10-24 10:40:25 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-19 14:43:48 +0100 |
commit | 6bb173399857b641c465cc5460112b6331fc55be (patch) | |
tree | 50c92592efe3cc399c90ff5e16e6a516eadac9b8 /example_project/settings.py | |
parent | 6f59b9e36a0971b3deb44562062a878eb26beedf (diff) | |
download | Ishtar-6bb173399857b641c465cc5460112b6331fc55be.tar.bz2 Ishtar-6bb173399857b641c465cc5460112b6331fc55be.zip |
⚰️ remove old "operations" utils not used anymore - parse_parcel is moved to ishtar_common
Diffstat (limited to 'example_project/settings.py')
-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 = {} |