add requirements.txt
This commit is contained in:
parent
4fae455ceb
commit
a8a2e012ff
BIN
doc/.DS_Store
vendored
BIN
doc/.DS_Store
vendored
Binary file not shown.
@ -87,8 +87,8 @@ DATABASES = {
|
||||
'ENGINE': 'django.db.backends.mysql',
|
||||
'NAME': 'myblog',
|
||||
'USER':'root',
|
||||
'PASSWORD': 'WZQwzq+123',
|
||||
'HOST': '127.0.0.1',
|
||||
'PASSWORD': '******', # 请换成自己的密码
|
||||
'HOST': '127.0.0.1', # 如果不能连接,改成localhost试下
|
||||
'POST': '3306',
|
||||
}
|
||||
}
|
||||
|
||||
28
requirements.txt
Normal file
28
requirements.txt
Normal file
@ -0,0 +1,28 @@
|
||||
asn1crypto==0.24.0
|
||||
cffi==1.11.5
|
||||
cryptography==2.2.2
|
||||
diff-match-patch==20121119
|
||||
Django==2.0.7
|
||||
django-crispy-forms==1.7.2
|
||||
django-formtools==2.1
|
||||
django-import-export==1.0.1
|
||||
et-xmlfile==1.0.1
|
||||
future==0.16.0
|
||||
httplib2==0.11.3
|
||||
idna==2.7
|
||||
jdcal==1.4
|
||||
Markdown==2.6.11
|
||||
odfpy==1.3.6
|
||||
olefile==0.45.1
|
||||
openpyxl==2.5.4
|
||||
Pillow==4.1.0
|
||||
pycparser==2.18
|
||||
PyMySQL==0.9.1
|
||||
pytz==2018.5
|
||||
PyYAML==3.12
|
||||
six==1.11.0
|
||||
tablib==0.12.1
|
||||
unicodecsv==0.14.1
|
||||
uWSGI==2.0.17
|
||||
xlrd==1.1.0
|
||||
xlwt==1.3.0
|
||||
Loading…
x
Reference in New Issue
Block a user