Set FILER_ENABLE_PERMISSIONS to True
This commit is contained in:
parent
aa63515ff5
commit
d5a0224476
1 changed files with 2 additions and 0 deletions
|
@ -527,6 +527,8 @@ MULTISITE_FALLBACK = 'django.views.generic.base.RedirectView'
|
||||||
MULTISITE_FALLBACK_KWARGS = {'url': 'https://datacenterlight.ch/',
|
MULTISITE_FALLBACK_KWARGS = {'url': 'https://datacenterlight.ch/',
|
||||||
'permanent': False}
|
'permanent': False}
|
||||||
|
|
||||||
|
FILER_ENABLE_PERMISSIONS = True
|
||||||
|
|
||||||
|
|
||||||
#############################################
|
#############################################
|
||||||
# configurations for opennebula-integration #
|
# configurations for opennebula-integration #
|
||||||
|
|
Loading…
Reference in a new issue