Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 314 Bytes

readme.md

File metadata and controls

23 lines (15 loc) · 314 Bytes

编程两年半的电竞管理系统

部署

安装依赖包

pip install -r requirements.txt

初始化数据库(默认使用sqlite3,位于/db.sqlite3)

python manage.py migrate

运行

python manage.py runserver

访问127.0.0.1:8000