Skip to content

CodeYellowBV/django-tally

Repository files navigation

django-tally

build_status code_coverage

Django tally is a small package to easily keep tallies of data in Django applications. This package only works for apps using postgres databases.

Running the tests

Just running ./setup.py test requires python3, postgres, a database called django-tally-test, and a user with write access to said database.

To avoid all these requirements you can also run docker-compose run django_tally ./setup.py test which only requires Docker to be installed.

About

A package for easily tallying Django data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published