Set FILER_ENABLE_PERMISSIONS to True

This commit is contained in:
PCoder 2018-02-17 17:01:07 +01:00
parent aa63515ff5
commit d5a0224476
1 changed files with 2 additions and 0 deletions

View File

@ -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 #