open source online judge based on Vue, Django and Docker. | 青岛大学开源 Online Judge | QQ群 496710125 | admin@qduoj.com
Go to file
2017-11-30 10:14:51 +08:00
.github Update issue_template.md 2016-07-28 09:54:46 +08:00
account 完善contest和announcement单元测试 2017-11-28 16:20:29 +08:00
announcement 完善contest和announcement单元测试 2017-11-28 16:20:29 +08:00
conf add pick one api 2017-10-21 20:39:39 +08:00
contest 添加UserSerailizer admin返回real_name 2017-11-29 14:06:32 +08:00
data add ssl cert 2017-11-25 12:56:09 +08:00
deploy OJ启动时从ENV中读取JUDGE_SERVER_TOKEN并更新 2017-11-30 10:14:51 +08:00
fps format code 2017-04-19 01:37:10 +08:00
judge Add python3 support, add english readme 2017-11-29 21:44:05 +08:00
oj fix deploy issues 2017-11-26 10:43:14 +08:00
options fix many bugs 2017-10-31 16:33:25 +08:00
problem Add README 2017-11-29 17:01:48 +08:00
submission 支持非比赛submission的重判 2017-11-24 10:27:34 +08:00
utils 添加UserSerailizer admin返回real_name 2017-11-29 14:06:32 +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 fix static file path 2017-11-25 15:47:56 +08:00
.python-version 大幅优化数据库查询, 升级django至1.11 LTS, 升级python至3.6.2 2017-08-29 19:35:22 +08:00
.travis.yml fix initadmin script 2017-11-25 13:07:22 +08:00
Dockerfile move Dockerfile 2017-11-25 19:16:31 +08:00
LICENSE update readme and license 2017-11-30 09:42:16 +08:00
manage.py isort 2017-01-23 16:48:04 +08:00
README-CN.md update readme and license 2017-11-30 09:42:16 +08:00
README.md update readme and license 2017-11-30 09:42:16 +08:00
run_test.py 补全account测试 2017-11-23 21:12:37 +08:00

OnlineJudge 2.0

Python Django Django Rest Framework Build Status

A onlinejudge system based on Python and Vue. Demo

中文文档

Overview

  • Based on Docker, one-click deployment
  • Separated backend and frontend, modular programming
  • ACM/OI rule type, real-time rank or not, choose what you like
  • Amazing charting and visualization
  • Template-Problem support
  • More reasonable permission control
  • Multi-language support: C, C++, Java, Python2, Python3
  • Markdown & MathJax support
  • Contest participants IP limit(CIDR)

The main modules are open source:

Installation

Follow me: https://github.com/QingdaoU/OnlineJudgeDeploy/tree/2.0

Screenshots

Frontend:

problem-list

problem-details

statistic-info

contest-list

You can control the menu and chart status in rankings acm-rankings oi-rankings

status

status-details

user-home

Admin:

admin-users

judge-server

create-problem

create-contest

Special Thanks

  • I'd appreciate a github star if you find this helpful
  • Thanks to all the people that have contributed to the project
  • A special thanks to heb1c who gave us a lot of suggestions

License

The MIT License