autojudge
stable
  • The autojudge “Install and Use” Reference
    • Installing autojudge
      • Phase 1 : Get autojudge and set up your environment
        • Phase 1a: Getting autojudge
        • Phase 1b: Setting up your environment
      • Phase 2 : Run autojudge
        • Development
        • Production
    • User Manual for autojudge
      • Some important abstractions / terminology used in autojudge
        • Example:
      • Hands-on with autojudge
        • Creating your account / Logging in
        • Creating a contest
        • Managing problems in a contest
        • Submitting and checking submissions: Participant end
        • Managing submissions from the poster’s side
        • Commenting
        • Miscellaneous
  • The autojudge API Reference
    • Models and Database Schema
      • Base Models
        • Contest
        • Problem
        • Submission
        • TestCase
        • Person
        • Comment
      • Derived Models
        • ContestPerson
        • SubmissionTestCase
        • PersonProblemFinalScore
    • Forms and input pre-processing
      • Creation forms
        • NewContestForm
        • NewProblemForm
        • NewSubmissionForm
        • NewCommentForm
      • Extension forms
        • AddPersonToContestForm
        • AddTestCaseForm
        • AddPosterScoreForm
      • Updation forms
        • UpdateContestForm
        • EditProblemForm
      • Deletion forms
        • DeletePersonFromContestForm
    • Views and page rendering
      • Default Views
      • Creation Views
      • Modification Views
      • Detail Views
      • Deletion Views
      • Downloading Views
    • Handlers and database management
      • Process Functions
      • Addition Functions
      • Update Functions
      • Getter Functions
      • Deletion Functions
autojudge
  • Docs »
  • The autojudge API Reference
  • Edit on GitHub

The autojudge API Reference¶

This part of the documentation specifies routines and their description used in this project.

  • Models and Database Schema
    • Base Models
      • Contest
      • Problem
      • Submission
      • TestCase
      • Person
      • Comment
    • Derived Models
      • ContestPerson
      • SubmissionTestCase
      • PersonProblemFinalScore
  • Forms and input pre-processing
    • Creation forms
      • NewContestForm
      • NewProblemForm
      • NewSubmissionForm
      • NewCommentForm
    • Extension forms
      • AddPersonToContestForm
      • AddTestCaseForm
      • AddPosterScoreForm
    • Updation forms
      • UpdateContestForm
      • EditProblemForm
    • Deletion forms
      • DeletePersonFromContestForm
  • Views and page rendering
    • Default Views
    • Creation Views
    • Modification Views
    • Detail Views
    • Deletion Views
    • Downloading Views
  • Handlers and database management
    • Process Functions
    • Addition Functions
    • Update Functions
    • Getter Functions
    • Deletion Functions
Next Previous

© Copyright 2019, Vaibhav Sinha, Prateek Kumar, Vishwak Srinivasan Revision adb93228.

Built with Sphinx using a theme provided by Read the Docs.