From 48f2b49464158e02ba2eaf1b035fb27cf1c92600 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 26 Dec 2023 16:36:13 +0100 Subject: đŸ”§ deactivate GPDR by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example_project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_project/settings.py') 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... -- cgit v1.2.3