From 326b197b4770679718d0acfb5261a33b461bc784 Mon Sep 17 00:00:00 2001 From: sm4640 Date: Wed, 16 Jul 2025 00:29:58 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix:=20[#72]=20settings.py?= =?UTF-8?q?=EC=97=90=20homes=20app=20=EC=A3=BC=EC=84=9D=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/settings.py b/config/settings.py index 799973e..d5a23c2 100644 --- a/config/settings.py +++ b/config/settings.py @@ -66,7 +66,7 @@ INSTALLED_APPS = [ 'codes', 'notifications', 'nocodetools', - 'homes', + # 'homes', ] MIDDLEWARE = [