from .test_settings import * CACHES = { 'default': { 'BACKEND': 'django.core.cache.backends.locmem.LocMemCache' } }