Files
GIA/app/test_settings.py
2026-03-08 22:08:55 +00:00

12 lines
205 B
Python

from app.settings import * # noqa
CACHES = {
"default": {
"BACKEND": "django.core.cache.backends.locmem.LocMemCache",
"LOCATION": "gia-test-cache",
}
}
CACHALOT_ENABLED = False