Simple Cache

This commit is contained in:
loulous27 2025-11-23 11:58:39 +01:00
parent 76b9f58f68
commit 213644d0af

View file

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