open source online judge based on Vue, Django and Docker. | 青岛大学开源 Online Judge | QQ群 496710125 | admin@qduoj.com
Go to file
zema1 70f52b6f27 用户名不区分大小写;
修复更新problem时的一些问题
2017-11-02 15:29:08 +08:00
.github Update issue_template.md 2016-07-28 09:54:46 +08:00
account 用户名不区分大小写; 2017-11-02 15:29:08 +08:00
announcement 合并部分migrations 2017-10-31 20:47:47 +08:00
conf add pick one api 2017-10-21 20:39:39 +08:00
contest 合并部分migrations 2017-10-31 20:47:47 +08:00
deploy 题目AC后不计入AC计数器; 2017-11-01 23:07:37 +08:00
fps format code 2017-04-19 01:37:10 +08:00
judge 题目AC后不计入AC计数器; 2017-11-01 23:07:37 +08:00
oj 用户名不区分大小写; 2017-11-02 15:29:08 +08:00
options fix many bugs 2017-10-31 16:33:25 +08:00
problem 用户名不区分大小写; 2017-11-02 15:29:08 +08:00
submission 合并部分migrations 2017-10-31 20:47:47 +08:00
utils 题目AC后不计入AC计数器; 2017-11-01 23:07:37 +08:00
.coveragerc coverage 2017-01-24 13:36:28 +08:00
.flake8 add session management api; add more unit tests for account module 2017-09-16 20:40:56 +08:00
.gitattributes 增加语言统计配置项目 2015-09-15 20:56:14 +08:00
.gitignore use new datetime format 2017-01-24 16:33:06 +08:00
.python-version 大幅优化数据库查询, 升级django至1.11 LTS, 升级python至3.6.2 2017-08-29 19:35:22 +08:00
.travis.yml add postgresql to travis CI 2017-10-31 21:11:27 +08:00
LICENSE update readme and license 2016-01-19 14:01:49 +08:00
manage.py isort 2017-01-23 16:48:04 +08:00
README.md 更新README里面的截图 2016-04-12 12:21:26 +08:00
run_test.py format code 2017-04-19 01:37:10 +08:00

OnlineJudge Build Status

基于 Python 和 Django 的在线评测平台。

主要特点:

  • 基于 Docker急速部署
  • 超级管理员管理全局,普通管理员任意创建小组和小组内比赛,方便布置作业和考试使用
  • 提供 Virtual Judge 和单点登录使用 API不再繁琐的进行模拟登陆
  • 后台管理判题服务器,轻松分离 web 和判题服务器

安装文档: https://github.com/QingdaoU/OnlineJudge/wiki

OpenAPI文档: https://github.com/QingdaoU/OnlineJudgeOpenAPI

Demo: https://qduoj.com

License: The Star And Thank Author License

交流QQ群: https://github.com/QingdaoU/OnlineJudge/wiki/QQ群

TODO

  • 完善测试