We don't need cache location

This commit is contained in:
Nicholas Serra 2017-04-04 13:49:19 -04:00
parent b04d40010a
commit 9560e27f91
No known key found for this signature in database
GPG key ID: EEDDA4EE375C6D12

View file

@ -51,7 +51,6 @@ if not settings.configured:
CACHES = {
'tos': {
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
'LOCATION': 'unique-snowflake',
}
},
TOS_CACHE_NAME = 'tos'