Skip to content

jcassee/django-geckoboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <joost@cassee.net> 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.