Skip to content

Commit ffd9b27

Browse files
committed
update: 후원사 슬랙 알림 추가
1 parent 87650c7 commit ffd9b27

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyconkr/settings.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,7 @@
147147
"",
148148
"Slack 알림 전송에 사용할 Secret",
149149
),
150-
"SLACK_SPONSOR_NOTI_WEBHOOK_URL": (
151-
"",
152-
"후원사 관련 사항 알림을 위한 SLACK WEBHOOK URL"
153-
),
150+
"SLACK_SPONSOR_NOTI_WEBHOOK_URL": ("", "후원사 관련 사항 알림을 위한 SLACK WEBHOOK URL"),
154151
}
155152

156153
# drf-spectacular

0 commit comments

Comments
 (0)