Skip to content
Snippets Groups Projects
Verified Commit ea1995c7 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

ALlow configuration of anonymisation. Advances #105.

parent a5bb83fd
No related branches found
No related tags found
No related merge requests found
......@@ -314,4 +314,6 @@ CRON_CLASSES = [
'biscuit.core.cronjobs.Backup'
]
ANONYMIZE_ENABLED = _settings.get('maintenance.anonymisable', True)
_settings.populate_obj(sys.modules[__name__])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment