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

wendaojidian ce7c6ac357 Initial commit with api created and code refactor finished %!s(int64=4) %!d(string=hai) anos
.idea ce7c6ac357 Initial commit with api created and code refactor finished %!s(int64=4) %!d(string=hai) anos
Config ce7c6ac357 Initial commit with api created and code refactor finished %!s(int64=4) %!d(string=hai) anos
Test_laboratory ce7c6ac357 Initial commit with api created and code refactor finished %!s(int64=4) %!d(string=hai) anos
api_test ce7c6ac357 Initial commit with api created and code refactor finished %!s(int64=4) %!d(string=hai) anos
apps ce7c6ac357 Initial commit with api created and code refactor finished %!s(int64=4) %!d(string=hai) anos
utils ce7c6ac357 Initial commit with api created and code refactor finished %!s(int64=4) %!d(string=hai) anos
.DS_Store ce7c6ac357 Initial commit with api created and code refactor finished %!s(int64=4) %!d(string=hai) anos
Pipfile ce7c6ac357 Initial commit with api created and code refactor finished %!s(int64=4) %!d(string=hai) anos
Pipfile.lock.old ce7c6ac357 Initial commit with api created and code refactor finished %!s(int64=4) %!d(string=hai) anos
README.md ce7c6ac357 Initial commit with api created and code refactor finished %!s(int64=4) %!d(string=hai) anos
manage.py ce7c6ac357 Initial commit with api created and code refactor finished %!s(int64=4) %!d(string=hai) anos
requirements.txt ce7c6ac357 Initial commit with api created and code refactor finished %!s(int64=4) %!d(string=hai) anos

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