diff --git a/opentech/settings/local.py.example b/opentech/settings/local.py.example index af1a71bdd97806311a13acdae7e54af15a4b5cea..92f433c824e09f4227d49a046a04bc066046165d 100644 --- a/opentech/settings/local.py.example +++ b/opentech/settings/local.py.example @@ -1,6 +1,9 @@ CACHES = { 'default': { 'BACKEND': 'django.core.cache.backends.dummy.DummyCache', + }, + "wagtailcache": { + 'BACKEND': 'django.core.cache.backends.dummy.DummyCache', } }