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", ]