Skip to content

Commit 29e0cb3

Browse files
committed
lint 수정 (black)
1 parent 3fcef3a commit 29e0cb3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

pyconkr/settings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,7 @@
130130
# django-summernote
131131
MEDIA_URL = "/media/"
132132
MEDIA_ROOT = os.path.join(BASE_DIR, "media/")
133+
134+
CONSTANCE_CONFIG = {
135+
'SPONSOR_NOTI_CHANNEL': ("", "후원사 변동사항에 대한 알림을 보낼 채널",),
136+
}

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ tzdata==2022.7
1212
sorl-thumbnail==12.9.0
1313
django-summernote==0.8.20.0
1414
Pillow==9.4.0
15+
django-constance==2.9.1

0 commit comments

Comments
 (0)