Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.19 KB

views.rst

File metadata and controls

55 lines (40 loc) · 1.19 KB

Views and page rendering

judge.views

Default Views

index

handler404

handler500

Creation Views

new_contest

new_problem

Modification Views

edit_problem

add_person

add_poster

add_participant

Detail Views

contest_detail

problem_detail

submission_detail

get_people

get_posters

get_participants

problem_submissions

Deletion Views

delete_contest

delete_problem

delete_testcase

Downloading Views

contest_scores_csv

problem_starting_code

problem_compilation_script

problem_test_script

problem_default_script

submission_download