Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 318 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 318 Bytes

Python-Vote

一个自己练习的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