https://github.com/agateblue/django-modelstats
Simple stats generation API for django models
https://github.com/agateblue/django-modelstats
Last synced: 10 months ago
JSON representation
Simple stats generation API for django models
- Host: GitHub
- URL: https://github.com/agateblue/django-modelstats
- Owner: agateblue
- License: bsd-3-clause
- Archived: true
- Created: 2015-06-15T22:14:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T19:48:48.000Z (over 3 years ago)
- Last Synced: 2025-10-09T03:46:10.319Z (10 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
=============================
django-modelstats
=============================
Simple stats generation API for django models
**Note**: this package is still in alpha. Use with caution !
Documentation
-------------
The full documentation is at https://django-modelstats.readthedocs.org.
Quickstart
----------
Install django-modelstats::
pip install django-modelstats
Then use it in a project::
import modelstats
Features
--------
* TODO