mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
青岛大学OJ
| .github | ||
| account | ||
| admin | ||
| announcement | ||
| contest | ||
| dockerfiles | ||
| group | ||
| judge | ||
| judge_dispatcher | ||
| oj | ||
| problem | ||
| static/src | ||
| submission | ||
| template/src | ||
| tools | ||
| utils | ||
| .gitattributes | ||
| .gitignore | ||
| LICENSE | ||
| manage.py | ||
| README.md | ||
OnlineJudge
基于 Python 和 Django 的在线评测平台。
主要特点:
- 基于 Docker,急速部署
- 超级管理员管理全局,普通管理员任意创建小组和小组内比赛,方便布置作业和考试使用
- 提供 Virtual Judge 和单点登录使用 API,不再繁琐的进行模拟登陆
- 后台管理判题服务器,轻松分离 web 和判题服务器
安装文档: http://qingdaou.github.io/OnlineJudge/
OpenAPI文档: https://github.com/QingdaoU/OnlineJudgeOpenAPI
Demo: https://qduoj.com
License: The Star And Thank Author License
TODO:
- 完善测试






