settings: activate CMS_PERMISSION

This commit is contained in:
Benjamin Dauvergne 2014-05-22 11:28:08 +02:00
parent c2aed13885
commit 518c0e5a75
1 changed files with 1 additions and 0 deletions

View File

@ -265,6 +265,7 @@ if 'CMS_TEMPLATES' in os.environ:
CMS_TEMPLATES = map(lambda x: x.split(';'),
os.environ('CMS_TEMPLATES').split(':'))
# necessary for plugin displaying a form to have a fresh csrftoken
CMS_PERMISSION = True
CMS_PLACEHOLDER_CACHE = False
CMS_PAGE_CACHE = False
CMS_PLUGIN_CACHE = False