Skip to main content

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

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

widget-party-2.3.1.tar.gz (8.8 kB view hashes)

Uploaded Source

Built Distribution

widget-party-2.3.1.macosx-10.9-x86_64.tar.gz (6.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page