Skip to main content

A simple Django dashboard app to visualize interesting data about your project.

Project description

django-dashing is a customisable, modular dashboard application framework for Django to visualize interesting data about your project. Inspired in the exceptionally handsome dashboard framework Dashing

Check out a demo over here.

HTTPie compared to cURL

Prerequisites

  • Django 1.5.+

Key concepts

  • Use premade widgets, or fully create your own with css, html, and javascript.

  • Use the API to push data to your dashboards.

  • Drag & Drop interface for re-arranging your widgets.

Installation

  1. Install latest stable version from PyPi:

$ pip install django-dashing
  1. Add dashing to INSTALLED_APPS of the your projects.

INSTALLED_APPS = (
    ...
    'dashing',
)
  1. Include the dashboard URLconf in your project urls.py like this:

from dashing.utils import router
...
url(r'^dashboard/', include(router.urls)),
  1. Start the development server and visit http://127.0.0.1:8000/dashboard/ to view the dummy dashboard.

Testing

First install any development dependencies.

$ npm install
$ pip install -r requirements.txt

Then download and install PhamtonJS

django-dashing uses mocha as testing framework. Run the following command in the root directory to run the full test suite.

$ mocha -t 10000

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

django-dashing-0.2.5.tar.gz (720.3 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