Django-Judge is an autograder that comes with a key feature of being blazingly fast compared to other coding problem autograders you might have used before.
Detailed documentation is in the “docs” directory.
Quick start
Add “coder” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'coder', ]Include the polls URLconf in your project urls.py like this:
path('coder/', include('coder.urls')),Run python manage.py migrate to create the polls models.
Start the development server and visit http://127.0.0.1:8000/admin/ to create a poll (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/coder/ to get on with it.
Release files for django-judge 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-judge-0.1.tar.gz | 14.4 kB | Details |
Release files / django-judge-0.1.tar.gz
| Download URL | django-judge-0.1.tar.gz |
|---|---|
| Size | 14.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a151a7690b755324fedc9735e735875cff23474663cfe25730ebf9710d76fff3
|
|
BLAKE2b-256 checksum How to use checksums |
465e42c71e13257c6f5b6011c848c6d6038d51c84afb2288f3dae8d114d485af
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
|