pull/1459/head
Piero Toffanin 2024-01-09 12:54:04 -05:00
rodzic 362ba7fc9b
commit 59195124a0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -352,7 +352,7 @@ CACHES = {
} }
} }
} }
if DEBUG: if DEBUG and not TESTING:
CACHES = { CACHES = {
'default': { 'default': {
'BACKEND': 'django.core.cache.backends.dummy.DummyCache', 'BACKEND': 'django.core.cache.backends.dummy.DummyCache',