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

View file

@ -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',