diff --git a/settings2/devplus.py b/settings2/devplus.py index 9ab57b3d7a..2ec38b53a0 100644 --- a/settings2/devplus.py +++ b/settings2/devplus.py @@ -30,7 +30,7 @@ CACHES = { 'default': { 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION': '127.0.0.1:11211', - } + }, 'general': { 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION': '127.0.0.1:11211',