@@ -44,7 +44,7 @@ DATABASES = {
CACHES = {
'default': {
- 'BACKEND': 'django.core.cache.backends.locmem.DummyCache',
+ 'BACKEND': 'django.core.cache.backends.dummy.DummyCache',
}