Skip to content

Commit a6c88f8

Browse files
committed
Fix: naive-aware Timezone 관련 오류 수정을 위해 USE_TZ 옵션 수정
1 parent e6b0aba commit a6c88f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyconweb2022/pyconweb2022/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123

124124
USE_I18N = True
125125

126-
USE_TZ = True
126+
# USE_TZ = True
127127

128128

129129
# Static files (CSS, JavaScript, Images)

0 commit comments

Comments
 (0)