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