# 自动化测试平台后端 Python+Django+DRF **Repository Path**: meglint/django_test_platform ## Basic Information - **Project Name**: 自动化测试平台后端 Python+Django+DRF - **Description**: No description available - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 18 - **Forks**: 8 - **Created**: 2020-11-30 - **Last Updated**: 2024-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # django_test_platform #### 介绍 自动化测试平台项目的后端部分。 #### 软件架构 Python + Django + DRF + JWT #### 安装教程 1. 拉取项目到本地 `git clone git@gitee.com:meglint/django_test_platform.git` 2. 安装项目依赖 `pip install requirements.txt` 3. 将datas目录下的基础数据导入数据库 4. 启动后端项目 `python manage.py runserver` #### 前端地址 www.suanmiao.site #### 前端代码托管地址 `https://gitee.com/meglint/vue_test_platform`