* Missing LocMemCache backend

This commit is contained in:
Phil Zhitnikov 2024-05-21 01:09:27 +04:00
parent c56186f2a1
commit 490bc6b592

View File

@ -147,6 +147,12 @@ DATABASES = {
}
}
CACHES = {
"default": {
"BACKEND": "django.core.cache.backends.locmem.LocMemCache",
}
}
# Password validation
# https://docs.djangoproject.com/en/4.2/ref/settings/#auth-password-validators