Skip to content

Commit 5103af5

Browse files
authored
Merge pull request #19 from gojuukaze/dev
安装bug
2 parents c2311ff + d186982 commit 5103af5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ ___
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

131132
license
132133
-------

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
django==2.2.10
1+
django>=2.2,<3.0
22
django-jet==1.0.8
33
django-ktag==1.0.3
44
bleach==3.1.4

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
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",
@@ -15,7 +15,9 @@
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

0 commit comments

Comments
 (0)