diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-11-16 15:50:38 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-16 16:38:33 +0200 |
commit | ffd47cbfa1baa5eb2556e38253f548495b4189f1 (patch) | |
tree | a66abf26a5c5a3827e52e2e804ce63863640ca2c /example_project | |
parent | 03445eca8b1acff04a0f2ff50d1862f6a6ea1315 (diff) | |
download | Ishtar-ffd47cbfa1baa5eb2556e38253f548495b4189f1.tar.bz2 Ishtar-ffd47cbfa1baa5eb2556e38253f548495b4189f1.zip |
🗃️ GDPR: add related models
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 4 |
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" |