khink / django-tutorial-tournament-pool

A Django project letting people predict tournament results

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Django project letting people predict tournament results


Languages

Language:Python 90.7%Language:HTML 7.4%Language:Makefile 1.6%Language:CSS 0.4%