widget-party

A collection of widgets to add functionality to django-dashing.


License
MIT
Install
pip install widget-party==2.1

Documentation

widget-party

A django-dashing widget pack

Quick start

  1. Install the latest stable version from PyPi:

    $ pip install widget_party

  2. Add "widget_party" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'widget_party',
    )
    
  3. Include the widgets you'd like to use to your django-dashing settings.py entry:

    # Django Dashing Configuration
    DASHING = {
        'REPOSITORY': 'https://cdn.rawgit.com/talpor/django-dashing-channel/master/repositories.json',
        'INSTALLED_WIDGETS': (
            'list',
            'graph',
            'number',
            ...
            'assignment',
            'buildstatus',
            'commitlist',
            'fatlist',
            'fatnumber',
            'informednumber',
            'linklist',
            'sizednumber',
            'skinnylist',
        ),
        'PERMISSION_CLASSES':  (
    ...
    
  4. DONE.

Demo

A turn-key demo is available at https://github.com/mverteuil/widget-party-demo

You can use the demo to help choose which widgets you'd like to use, play with them, and quickly determine their suitability and limits.

https://www.evernote.com/l/ASXKotf9zRBK4otep00z4TNydEMSqN4ZfqcB/image.png

https://www.evernote.com/l/ASWfnEhpGDZPwL2S8FN0Ly3eVifqSpwbiTgB/image.png