From 6bb173399857b641c465cc5460112b6331fc55be Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 24 Oct 2024 10:40:25 +0200 Subject: ⚰️ remove old "operations" utils not used anymore - parse_parcel is moved to ishtar_common MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example_project/settings.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'example_project/settings.py') 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 = {} -- cgit v1.2.3