Skip to content

Commit 22c11e9

Browse files
author
Hello-Linux
committed
添加readme
1 parent 50c5c3f commit 22c11e9

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Python-Vote
2+
一个自己联系python3.7 + Django2.1的投票小项目
3+
4+
5+
安装:
6+
1.pip install -r requirements.txt
7+
2.检测模型文件的修改 python manage.py makemigrations polls
8+
3.在数据库里创建新定义的模型的数据表 python manage.py migrate
9+
4.python manage.py runserver ipaddress:port

mysite/db.sqlite3

Whitespace-only changes.

requirements.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
asn1crypto==0.24.0
2+
cffi==1.11.5
3+
cryptography==2.3.1
4+
Django==2.1.1
5+
idna==2.7
6+
mysqlclient==1.3.13
7+
pycparser==2.18
8+
PyMySQL==0.9.2
9+
pytz==2018.5
10+
six==1.11.0

0 commit comments

Comments
 (0)