From d5a0224476a8d43e8c92673dc7fbbf3e48b1bddf Mon Sep 17 00:00:00 2001 From: PCoder Date: Sat, 17 Feb 2018 17:01:07 +0100 Subject: [PATCH] Set FILER_ENABLE_PERMISSIONS to True --- dynamicweb/settings/base.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dynamicweb/settings/base.py b/dynamicweb/settings/base.py index 50b762ce..9ceb909c 100644 --- a/dynamicweb/settings/base.py +++ b/dynamicweb/settings/base.py @@ -527,6 +527,8 @@ MULTISITE_FALLBACK = 'django.views.generic.base.RedirectView' MULTISITE_FALLBACK_KWARGS = {'url': 'https://datacenterlight.ch/', 'permanent': False} +FILER_ENABLE_PERMISSIONS = True + ############################################# # configurations for opennebula-integration #