Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ddanier/django_hits
https://github.com/ddanier/django_hits
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ddanier/django_hits
- Owner: ddanier
- License: other
- Created: 2012-09-06T20:19:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-10-04T16:31:55.000Z (about 9 years ago)
- Last Synced: 2024-10-12T22:57:43.945Z (2 months ago)
- Language: Python
- Size: 177 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
About
=====django_hits allow you to count hits to database objects and/or any unique identifier you want. It may
use multiple buckets for counting to keep different hits apart (list view of object is different from
detail page). In addition you may store historical data, if you want to (for example by calling "manage.py
hits_create_history" every week).