open source online judge based on Vue, Django and Docker. | 青岛大学开源 Online Judge | QQ群 496710125 | admin@qduoj.com
Go to file
LiYang 64ef15420a
Merge pull request #388 from chenhongqiao/master
Migrate health_check.py to python3
2022-05-09 13:59:39 +08:00
.github security email 2018-08-11 15:09:06 +08:00
account fix flake8 standard problems 2021-11-18 12:56:16 +08:00
announcement update to django 2.0 2019-03-11 11:25:10 +08:00
conf fix useless escape symbol 2021-11-19 00:26:42 +08:00
contest fix(test): 修复错误提示 2020-11-29 14:00:17 +08:00
data fix tests 2018-05-05 16:52:54 +08:00
deploy fix: rundramatiq 2022-05-08 17:13:22 +08:00
docs docs: django-dramatiq 重要升级提示 2022-05-08 12:08:38 +08:00
fps fix fps parser 2019-04-05 14:22:58 +08:00
judge 增加 javascript 支持 2021-09-28 15:43:38 +08:00
oj fix: rundramatiq 2022-05-08 17:13:22 +08:00
options bug fix 2019-04-01 15:08:45 +08:00
problem fix flake8 standard problems 2021-11-18 12:56:16 +08:00
submission 比赛题目也可以分享 2019-04-09 08:27:45 +08:00
utils resolve backward compatibility issues 2021-11-18 18:08:17 +08:00
.coveragerc coverage 2017-01-24 13:36:28 +08:00
.dockerignore 解决 dispatcher 中部分数据库锁的问题 2019-03-12 14:58:14 +08:00
.flake8 update to django 2.0 2019-03-11 11:25:10 +08:00
.gitignore upgrade build configration 2021-11-18 12:38:49 +08:00
.travis.yml resolve backward compatibility issues 2021-11-18 18:08:17 +08:00
Dockerfile upgrade build configration 2021-11-18 12:38:49 +08:00
LICENSE update readme and license 2017-11-30 09:42:16 +08:00
README-CN.md Up to date readme.md 2021-12-18 01:15:03 +08:00
README.md Up to date readme.md 2021-12-18 01:15:03 +08:00
init_db.sh 增加数据库初始化脚本 2019-01-05 14:12:14 +08:00
manage.py isort 2017-01-23 16:48:04 +08:00
run_test.py fix useless escape symbol 2021-11-19 00:26:42 +08:00

README.md

OnlineJudge 2.0

Python Django Django Rest Framework Build Status

An onlinejudge system based on Python and Vue. Demo

中文文档

Overview

  • Based on Docker; One-click deployment
  • Separated backend and frontend; Modular programming; Micro service
  • ACM/OI rule support; realtime/non-realtime rank support
  • 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)

Main modules are available below:

Installation

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

Documents

http://opensource.qduoj.com/

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

Browser Support

Modern browsers(chrome, firefox) and Internet Explorer 10+.

Thanks

  • I'd appreciate a star if you find this helpful.
  • Thanks to everyone that contributes to this project.
  • Special thanks to heb1c, who has given us a lot of suggestions.

License

MIT