liavkoren / widget-party

A Django-Dashing Widget Pack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

widget-party

A django-dashing widget pack

Quick start

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

    INSTALLED_APPS = (
        ...
        'widget_party',
    )
    
  2. 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':  (
    ...
    
  3. 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

About

A Django-Dashing Widget Pack

License:MIT License


Languages

Language:CSS 35.2%Language:JavaScript 28.2%Language:HTML 21.6%Language:Python 15.0%