Use the LocMemCache backend

This commit is contained in:
James Polley 2018-01-17 00:13:56 +11:00
parent 7d18387670
commit 89570b2e60

View file

@ -96,7 +96,8 @@ ADMIN_USERNAMES = []
CACHES = { CACHES = {
'default': { 'default': {
'BACKEND': 'django.core.cache.backends.dummy.DummyCache', 'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
'LOCATION': 'unique-snowflake',
} }
} }