🔧 Settings: [#64] USE_TZ True 설정

This commit is contained in:
sm4640
2025-06-05 18:02:12 +09:00
parent 961a026a74
commit 57d0efbbd6

View File

@@ -167,7 +167,7 @@ TIME_ZONE = 'Asia/Seoul'
USE_I18N = True USE_I18N = True
USE_TZ = False USE_TZ = True
MEDIA_URL = '/media/' MEDIA_URL = '/media/'