/django-tutorial-tournament-pool

A Django project letting people predict tournament results

Primary LanguagePython

django-tutorial-tournament-pool

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).

Requirements

This project requires Django and some handy add-ons. To install the required Python packages:

pip install -r requirements.txt

Testing

Run tests with either:

./manage.py test

or

pytest

Coverage

To measure coverage:

make coverage