summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index 8e9077aad..74638e353 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -292,6 +292,10 @@ JOINT = " | "
# not managed cautiously the dir contening these scripts is not set by default
ISHTAR_SCRIPT_DIR = ""
+# GDPR
+GDPR_LOGGING = True
+GDPR_RETENTION_PERIOD = int(30.5 * 6) + 1 # ~ 6 month of logging
+
# TODO: clean...
ISHTAR_FILE_PREFIX = ""
ISHTAR_OPE_PREFIX = "OA"