We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0860927 commit 2725622Copy full SHA for 2725622
1 file changed
tilavarauspalvelu/settings.py
@@ -815,6 +815,12 @@ def SEARCH_SETTINGS(cls):
815
816
# --- Misc settings ----------------------------------------------------------------------------------------------
817
818
+ CACHES = {
819
+ "default": {
820
+ "BACKEND": "django.core.cache.backends.locmem.LocMemCache",
821
+ }
822
823
+
824
TPREK_UNIT_URL = "https://fake.test.tprek.com"
825
ICAL_HASH_SECRET = "qhoew923uqqwee" # noqa: S105 # nosec # NOSONAR
826
0 commit comments