#122: Improve documentation and conf tools #126

Merged
thomas merged 11 commits from dev-1.0-120 into develop-1.0 2023-11-08 17:40:02 +00:00
Showing only changes of commit f426e21541 - Show all commits

View File

@ -40,3 +40,9 @@ LOGGING = {
}, },
}, },
} }
CACHES = {
"default": {
"BACKEND": "django.core.cache.backends.locmem.LocMemCache",
}
}