diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-12-26 16:36:13 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-16 16:39:48 +0200 |
commit | 48f2b49464158e02ba2eaf1b035fb27cf1c92600 (patch) | |
tree | b0180ec63402f1262e9263beb87881a9d969d9e3 /example_project | |
parent | 84411044231a40b3e18890abc52a8e0de6241a5d (diff) | |
download | Ishtar-48f2b49464158e02ba2eaf1b035fb27cf1c92600.tar.bz2 Ishtar-48f2b49464158e02ba2eaf1b035fb27cf1c92600.zip |
🔧 deactivate GPDR by default
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index 74638e353..511c84f15 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -293,7 +293,7 @@ JOINT = " | " ISHTAR_SCRIPT_DIR = "" # GDPR -GDPR_LOGGING = True +GDPR_LOGGING = False GDPR_RETENTION_PERIOD = int(30.5 * 6) + 1 # ~ 6 month of logging # TODO: clean... |