一个自己练习的python3.7 + Django2.1的投票小项目
安装:
- 1.pip install -r requirements.txt
- 2.检测模型文件的修改 python manage.py makemigrations polls
- 3.在数据库里创建新定义的模型的数据表 python manage.py migrate
- 4.python manage.py runserver ipaddress:port
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
This is a project for Python3.7 and Django2.1