We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818b131 commit 8106e26Copy full SHA for 8106e26
pyconkr/settings.py
@@ -9,7 +9,7 @@
9
For the full list of settings and their values, see
10
https://docs.djangoproject.com/en/4.1/ref/settings/
11
"""
12
-
+import os
13
from pathlib import Path
14
15
# Build paths inside the project like this: BASE_DIR / 'subdir'.
requirements.txt
@@ -9,4 +9,5 @@ mysql-connector-python==8.0.32
mysqlclient==2.1.1
sqlparse==0.4.3
tzdata==2022.7
-sorl-thumbnail==12.9.0
+sorl-thumbnail==12.9.0
+django-summernote==0.8.20.0
0 commit comments