Skip to content

Commit 8106e26

Browse files
committed
fix: 누락된 의존성 추가
1 parent 818b131 commit 8106e26

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyconkr/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
For the full list of settings and their values, see
1010
https://docs.djangoproject.com/en/4.1/ref/settings/
1111
"""
12-
12+
import os
1313
from pathlib import Path
1414

1515
# Build paths inside the project like this: BASE_DIR / 'subdir'.

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ mysql-connector-python==8.0.32
99
mysqlclient==2.1.1
1010
sqlparse==0.4.3
1111
tzdata==2022.7
12-
sorl-thumbnail==12.9.0
12+
sorl-thumbnail==12.9.0
13+
django-summernote==0.8.20.0

0 commit comments

Comments
 (0)