Skip to content

pasalai/ZhengMatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZhengMatch

崝赛——网络安全赛事比赛平台 Ctf、AWD、简答、选择 赛事管理、选手管理、题目创建、赛事编排

README_English

界面预览

登陆界面
赛事列表
后台预览1
后台预览2

开发进度

Null 

数据库设计 _ 有时间再写,看得懂的自己去看models.py

NULL

安装部署

# 下载项目文件
git clone https://github.com/lsc183754539/ZhengMatch
# 安装依赖模块
cd ZhengMatch
pip3 install -r requirements.txt  
# 修改ZhengMatch/setting.py 中的数据库连接信息
# 部署数据库(先将models.py中跨模块引用的部分注释掉执行一次成功后解除注释重新执行成功即部署完成)
python3 manage.py makemigrations
python3 manage.py migrate
# 运行项目
python3 manage.py runserver 0.0.0.0 80 # 端口信息自行设置  

请遵循Apache-2.0 License