Skip to main content

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

Project description

===============================================
django-dashing
===============================================
`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_

.. _Dashing: http://shopify.github.io/dashing/

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 BitBucket:

.. code-block:: text

$ pip install -e git+https://bitbucket.org/individuo7/django-dashing/@87ea50ac5c24c4e8e11dd49956bc787d7fe701f2#egg=dashing

2. Add `dashing` to ``INSTALLED_APPS`` of the your projects.

.. code-block:: python

INSTALLED_APPS = (
...
'dashing',
)

3. Include the polls URLconf in your project urls.py like this:

.. code-block:: python

url(r'^dashboard/', include('dashing.urls')),

4. Start the development server and visit http://127.0.0.1:8000/dashboard/
to view the dummy dashboard.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

django-dashing-0.1.tar.gz (614.0 kB view hashes)

Uploaded Source

django-dashing-0.1.1.tar.gz (621.2 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