settings/dev: do not require memcached
This commit is contained in:
@ -40,3 +40,9 @@ LOGGING = {
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
CACHES = {
|
||||
"default": {
|
||||
"BACKEND": "django.core.cache.backends.locmem.LocMemCache",
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user