Online Judge for Competitive Programming written in Django (No longer maintained)
This is an online judge for competitive programming. It is written in python 3.4 and django 1.8. It uses sharmaeklavya2/OJL3. It can run on Unix-like systems only.
To set up this online judge, you will need
Steps to build:
OJ_data
(OJ_data
is explained in OJL3’s readme) in ekuOJ’s root directorypython3 manage.py makemigrations
and then python3 manage.py migrate
ekuOJ is now set up. Run python3 manage.py runserver
to run ekuOJ on django’s development server.
ekuOJ is released under the MIT License.