We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Create a file taccsite_cms/settings_local.py (if you do not already have one).
taccsite_cms/settings_local.py
In that file, add what you want from these options (and more, see docs).
Refer to Django Cache Docs for our version (find Django).
Django
CACHES = { 'default': { 'BACKEND': 'django.core.cache.backends.dummy.DummyCache', } }
Refer to Django-CMS Configuration Docs for our version (find django-cms).
django-cms
CMS_PAGE_CACHE = False CMS_PLACEHOLDER_CACHE = False CMS_PLUGIN_CACHE = False