From 490bc6b59212479787183f96d9d49e6e0a1a5032 Mon Sep 17 00:00:00 2001 From: phzhik Date: Tue, 21 May 2024 01:09:27 +0400 Subject: [PATCH] * Missing LocMemCache backend --- poizonstore/settings.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/poizonstore/settings.py b/poizonstore/settings.py index 890f423..c11572c 100644 --- a/poizonstore/settings.py +++ b/poizonstore/settings.py @@ -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