Set CMS_PERMISSION True for per page access control

This commit is contained in:
M.Ravi 2018-02-13 02:40:29 +01:00
parent 7f5866b777
commit 6a9232851a
1 changed files with 2 additions and 0 deletions

View File

@ -328,6 +328,8 @@ CMS_PLACEHOLDER_CONF = {
},
}
CMS_PERMISSION=True
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.PyLibMCCache',