Use the LocMemCache backend
This commit is contained in:
parent
7d18387670
commit
89570b2e60
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue