A Django project letting people predict tournament results.
This is just a way of checking out Django's tutorial and applying it to something other than Polls, Questions and Choices (or Books and Authors).
This project requires Django and some handy add-ons. To install the required Python packages:
pip install -r requirements.txt
Run tests with either:
./manage.py test
or
pytest
To measure coverage:
make coverage