Skip to content

Commit

Permalink
use dummycache in dev mode to avoid queries explosions in test 8-|
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Dec 17, 2024
1 parent e3d41b2 commit d80bec7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/settings/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,5 @@

COMMU_PROTOCOL = "http"
COMMU_FQDN = "127.0.0.1:8000"

CACHES["default"]["BACKEND"] = "django.core.cache.backends.dummy.DummyCache" # noqa: F405

0 comments on commit d80bec7

Please sign in to comment.