慕测测试实验室管理平台-后端

wendaojidian ce7c6ac357 Initial commit with api created and code refactor finished 4 年 前
.idea ce7c6ac357 Initial commit with api created and code refactor finished 4 年 前
Config ce7c6ac357 Initial commit with api created and code refactor finished 4 年 前
Test_laboratory ce7c6ac357 Initial commit with api created and code refactor finished 4 年 前
api_test ce7c6ac357 Initial commit with api created and code refactor finished 4 年 前
apps ce7c6ac357 Initial commit with api created and code refactor finished 4 年 前
utils ce7c6ac357 Initial commit with api created and code refactor finished 4 年 前
.DS_Store ce7c6ac357 Initial commit with api created and code refactor finished 4 年 前
Pipfile ce7c6ac357 Initial commit with api created and code refactor finished 4 年 前
Pipfile.lock.old ce7c6ac357 Initial commit with api created and code refactor finished 4 年 前
README.md ce7c6ac357 Initial commit with api created and code refactor finished 4 年 前
manage.py ce7c6ac357 Initial commit with api created and code refactor finished 4 年 前
requirements.txt ce7c6ac357 Initial commit with api created and code refactor finished 4 年 前

README.md

Readme

1. 安装第三方依赖

pipenv install -r requirements.txt

2.在Config/database_mysql.cnf文件中修改数据库配置

3.数据库迁移

python manage.py makemigrations python manage.py migrate

4.运行服务端

python manage.py runserver