Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 229 Bytes

readme.md

File metadata and controls

10 lines (6 loc) · 229 Bytes

安装django环境

1.pip install -r requirements.txt

服务启动步骤

1.数据模型初始化:python manage.py makemigrations 2.数据迁移初始化:python manage.py migrate 3.启动服务:python manage.py runserver