From da85c2849975c2e05350551e16e0e70618ae199f Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sun, 13 Oct 2024 15:27:49 -0300 Subject: [PATCH] test --- app/WYGIWYH/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/WYGIWYH/settings.py b/app/WYGIWYH/settings.py index f96ed69..c06fdd9 100644 --- a/app/WYGIWYH/settings.py +++ b/app/WYGIWYH/settings.py @@ -65,7 +65,7 @@ INSTALLED_APPS = [ "apps.common.apps.CommonConfig", "apps.net_worth.apps.NetWorthConfig", "apps.api.apps.ApiConfig", - "cachalot", + # "cachalot", "rest_framework", "drf_spectacular", ]