django-geckoboard
django-geckoboard copied to clipboard
Geckoboard custom widgets for Django projects
django-geckoboard
.. note:: django-geckoboard is looking for a new maintainer.
I am no longer actively using Django, which means I am slow in
responding to tickets and applying pull requests. If you are
interested, please get in touch.
.. note:: Version 2.0.0 drops support for Python < 2.7 and Django < 1.8.
Geckoboard_ is a hosted, real-time status board serving up indicators from web analytics, CRM, support, infrastructure, project management, sales, etc. It can be connected to virtually any source of quantitative data.
This Django application provides view decorators to help create custom
widgets. You can install the package from the PyPI page
_::
$ pip install django-geckoboard
Or use Git to get the development version from the project page
_::
$ git clone git://github.com/jcassee/django-geckoboard.git
See the geckoboard
package docstring or the PyPI page
_ for
documentation.
If you want to help out with the development of django-geckoboard, by
posting detailed bug reports, proposing new features or other analytics
services to support, or suggesting documentation improvements, please
use the issue tracker
_. If you want to get your hands dirty, great!
Clone the repository, make changes and send a pull request. Please do
create an issue to discuss your plans. People who have contributed:
- Simon de Haan
- Hedley Roos
- Arthur Furlan
- Jeremy A. Johnson
- Rob Hudson
- Matt Terry
Copyright (C) 2011-2013 Joost Cassee [email protected] and others. This software is licensed under the MIT License (see LICENSE.txt).
Thanks go to Geckoboard for their support, and to GitHub for hosting the project source code and issue tracker.
.. _Django: http://www.djangoproject.com/
.. _Geckoboard: http://www.geckoboard.com/
.. _PyPI page
: http://pypi.python.org/pypi/django-geckoboard
.. _project page
: http://github.com/jcassee/django-geckoboard
.. _issue tracker
: http://github.com/jcassee/django-geckoboard/issues