A simple Online Judge similar to Hackerrank and Codechef made using django web framework.
You will need to have the following installed on your computer:
- django
- MySQL
- Set up MySQL with django. See Here
Clone the folder onto your computer and cd into the folder. Type the following lines:
source env/bin/activate
python manage.py runserver
The following improvements still have to be made
Change Name- Add features to profile display
- Enable parallel running of submitted programs
- Add Home and Contests Pages