Skip to content

nicklasyao/qa-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#基本情况

  1. 后端基于django开发
  2. 前端基于vue/element-ui开发

#编译前端

  1. 安装node.js, webpack, npm等
  2. 执行build.bat文件

#启动后端服务

  1. 安装python和django
  2. qa_platform/settings.py中修改数据库配置 DATABASES = {}
  3. 同步表结构,项目根目录顺序执行以下命令: python manage.py makemigrations / python manage.py migrate
  4. 创建超级管理员 python manage.py createsuperuser
  5. 启动服务:python manage.py runserver
  6. 浏览器访问:http://127.0.0.1:8000/

About

Django/Python leaning project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published