From f975216f88688683db9a2d4a36861321e01ba08c Mon Sep 17 00:00:00 2001 From: che-hyeon Date: Fri, 23 May 2025 21:18:06 +0900 Subject: [PATCH] =?UTF-8?q?Feat:=20image=20url=20https=EB=A1=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linenow/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linenow/settings.py b/linenow/settings.py index f10b6bd..ab3bba1 100644 --- a/linenow/settings.py +++ b/linenow/settings.py @@ -263,7 +263,7 @@ STATIC_URL = '/static/' -MEDIA_URL = '/media/' +MEDIA_URL = 'https://linenow-backend.store/media/' MEDIA_ROOT = os.path.join(BASE_DIR, 'media') # Default primary key field type