File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 127127 python manage.py runserver 0.0.0.0:8000
128128
129129```
130+ * 生产环境运行参考 [ 部署DeerU] ( https://deeru.readthedocs.io/zh_CN/master/user_guide/deployment/index.html )
130131
131132license
132133-------
Original file line number Diff line number Diff line change 1- django == 2.2.10
1+ django >= 2.2 , < 3.0
22django-jet == 1.0.8
33django-ktag == 1.0.3
44bleach == 3.1.4
Original file line number Diff line number Diff line change 66
77setup (
88 name = "DeerU" ,
9- version = "2.0.1 " ,
9+ version = "2.0.2 " ,
1010 description = "DeerU is a content management system(DeerU 是一个开源博客系统)" ,
1111 long_description = open ("README.rst" ).read (),
1212 license = "GUN V3.0" ,
1515 author = "gojuukaze" ,
1616 author_email = "i@ikaze.uu.me" ,
1717 python_requires = '>=3.6' ,
18-
18+ install_requires = [
19+ 'Django>=2.2,<3.0' ,
20+ ],
1921 zip_safe = False ,
2022 include_package_data = True ,
2123
You can’t perform that action at this time.
0 commit comments