Set CMS_PERMISSION True for per page access control
This commit is contained in:
parent
7f5866b777
commit
6a9232851a
1 changed files with 2 additions and 0 deletions
|
@ -328,6 +328,8 @@ CMS_PLACEHOLDER_CONF = {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CMS_PERMISSION=True
|
||||||
|
|
||||||
CACHES = {
|
CACHES = {
|
||||||
'default': {
|
'default': {
|
||||||
'BACKEND': 'django.core.cache.backends.memcached.PyLibMCCache',
|
'BACKEND': 'django.core.cache.backends.memcached.PyLibMCCache',
|
||||||
|
|
Loading…
Reference in a new issue