mirror of
https://github.com/Hopiu/django-tos.git
synced 2026-03-17 04:20:22 +00:00
We don't need cache location
This commit is contained in:
parent
b04d40010a
commit
9560e27f91
1 changed files with 0 additions and 1 deletions
|
|
@ -51,7 +51,6 @@ if not settings.configured:
|
|||
CACHES = {
|
||||
'tos': {
|
||||
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
|
||||
'LOCATION': 'unique-snowflake',
|
||||
}
|
||||
},
|
||||
TOS_CACHE_NAME = 'tos'
|
||||
|
|
|
|||
Loading…
Reference in a new issue