https://github.com/codeyellowbv/django-tally
A package for easily tallying Django data.
https://github.com/codeyellowbv/django-tally
Last synced: 27 days ago
JSON representation
A package for easily tallying Django data.
- Host: GitHub
- URL: https://github.com/codeyellowbv/django-tally
- Owner: CodeYellowBV
- License: mit
- Created: 2018-07-10T09:30:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T13:33:13.000Z (almost 8 years ago)
- Last Synced: 2025-03-06T01:45:39.810Z (over 1 year ago)
- Language: Python
- Size: 112 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# django-tally
[](https://travis-ci.org/CodeYellowBV/django-tally)
[](https://codecov.io/gh/CodeYellowBV/django-tally)
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.