Skip to content

22shubh22/online-judge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

online-judge

  1. Make a virtal env
  2. Pip install -r requirements.txt
  3. Configure database of your choice
  4. Load sample questions : "python manage.py loaddata data_question.json"
  5. Load sample test_case : "python managepy loaddata data_test.json"

start your worker

  1. Setup Rabbitmq broker
  2. start your worker: celery -A judge worker -l debug

About

A spoj like online-judge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%