From 57d0efbbd6ab1bc541c3c0affcc8954bd1a5d0a0 Mon Sep 17 00:00:00 2001 From: sm4640 Date: Thu, 5 Jun 2025 18:02:12 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Settings:=20[#64]=20USE=5FTZ=20T?= =?UTF-8?q?rue=20=EC=84=A4=EC=A0=95?= 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 a407419..2127470 100644 --- a/config/settings.py +++ b/config/settings.py @@ -167,7 +167,7 @@ TIME_ZONE = 'Asia/Seoul' USE_I18N = True -USE_TZ = False +USE_TZ = True MEDIA_URL = '/media/'