Skip to content

Commit 2ec7f34

Browse files
committed
일부 API 호출시 MySQL backend does not support timezone-aware times 오류 수정
### 발생하는 API * `/api/news`
1 parent 1ae9671 commit 2ec7f34

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)