We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dcca14 commit 8f10a2cCopy full SHA for 8f10a2c
requirements.txt
@@ -0,0 +1,5 @@
1
+django==2.0
2
+requests
3
+Markdown
4
+django-mdeditor
5
+pymysql
zslibrary/settings.py
@@ -23,7 +23,7 @@
23
SECRET_KEY = 'jyvzuu@^f2r#&%(6jxt@7+fk266ff$)tgskjs&0ysb8t)ijug*'
24
25
# SECURITY WARNING: don't run with debug turned on in production!
26
-DEBUG = False
+DEBUG = True
27
28
ALLOWED_HOSTS = ['*']
29
@@ -163,4 +163,4 @@
163
MEDIA_URL = '/media/'
164
165
STATIC_ROOT = '/var/web'
166
-SILENCED_SYSTEM_CHECKS = ['mysql.E001']
+SILENCED_SYSTEM_CHECKS = ['mysql.E001']
0 commit comments