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 #