areski / django-admin-tools-stats

Django-admin-tools-stats is a Django admin module that allow you to create easily charts on your dashboard based on specific models and criterias
http://django-admin-tools-stats.readthedocs.org/
Other
291 stars 74 forks source link

NOTE: This project was rewritten to be more flexible and to work with common Django admin and released as django-admin-charts <https://github.com/PetrDlouhy/django-admin-charts>_. The django-admin-charts project is backward-compatible with django-admin-tools-stats, so you can migrate to that. All development and maintanence continues on django-admin-charts repository.

Django-admin-tools-stats

:Description: Django-admin module to create charts and stats in your dashboard :Documentation: http://django-admin-tools-stats.readthedocs.org/en/latest/

.. image:: https://travis-ci.org/areski/django-admin-tools-stats.svg?branch=master :target: https://travis-ci.org/areski/django-admin-tools-stats

.. image:: https://img.shields.io/pypi/v/django-admin-tools-stats.svg :target: https://pypi.python.org/pypi/django-admin-tools-stats/ :alt: Latest Version

.. image:: https://img.shields.io/pypi/dm/django-admin-tools-stats.svg :target: https://pypi.python.org/pypi/django-admin-tools-stats/ :alt: Downloads

.. image:: https://img.shields.io/pypi/pyversions/django-admin-tools-stats.svg :target: https://pypi.python.org/pypi/django-admin-tools-stats/ :alt: Supported Python versions

.. image:: https://img.shields.io/pypi/l/django-admin-tools-stats.svg :target: https://pypi.python.org/pypi/django-admin-tools-stats/ :alt: License

Django-admin-tools-stats is a Django admin module that allow you to create easily charts on your dashboard based on specific models and criterias.

It will query your models and provide reporting and statistics graphs, simple to read and display on your Dashboard.

.. image:: https://github.com/areski/django-admin-tools-stats/raw/master/docs/source/_static/admin_dashboard.png

Installation

Install, upgrade and uninstall django-admin-tools-stats with these commands::

$ pip install django-admin-tools-stats

Dependencies

django-admin-tools-stats is a django based application, the major requirements are :

- python-dateutil
- django-jsonfield
- django-qsstats-magic
- django-cache-utils
- django-admin-tools
- django-nvd3
- django-bower

Configure

Contributing

If you've found a bug, add a feature or improve django-admin-tools-stats and think it is useful then please consider contributing. Patches, pull requests or just suggestions are always welcome!

Source code: http://github.com/areski/django-admin-tools-stats

Bug tracker: https://github.com/areski/django-admin-tools-stats/issues

Documentation

Documentation is available on 'Read the Docs': http://readthedocs.org/docs/django-admin-tools-stats/

License

Copyright (c) 2011-2017 Star2Billing S.L. info@star2billing.com

django-admin-tools-stats is licensed under MIT, see MIT-LICENSE.txt.