An open API service indexing awesome lists of open source software.

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

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