Checking Submissions the Boss Way using Celery and DRF
Project description
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:
History
0.1.0 (2015-10-02)
First release on PyPI.