From 54e04e1c940d2374e471424112ec7b9dd30aa4bd Mon Sep 17 00:00:00 2001 From: sm4640 Date: Tue, 20 May 2025 00:01:30 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix:=20[#58]=20media=20?= =?UTF-8?q?=EA=B2=BD=EB=A1=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/urls.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/urls.py b/config/urls.py index 9a6a6f4..0e2116a 100644 --- a/config/urls.py +++ b/config/urls.py @@ -13,5 +13,5 @@ urlpatterns = [ path('api/notification/', include('notifications.urls')), ] + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT) -if settings.DEBUG: - urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT) +# if settings.DEBUG: +# urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)