ParthKolekar / django-answerdiff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

answerdiff

image

image

Checking Submissions the Boss Way using Celery and DRF

Documentation

The full documentation is at https://django-answerdiff.readthedocs.org.

Quickstart

Install answerdiff:

pip install django-answerdiff

Then use it in a project:

import answerdiff

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install -r requirements-text.txt
(myenv) $ python runtests.py

Credits

Tools used in rendering this package:

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 97.1%Language:Makefile 2.9%