Coder Social home page Coder Social logo

django-responsive-dashboard's Introduction

django-responsive-dashboard

Build Status

A generic and easy dashboard for Django applications.

News

Feel free to use this project - however I'm not happy with it's design and will be focusing effors on https://github.com/bufke/angular-dashboard-django now. This project is mostly stable but saving dashboards is a bit buggy. If you'd like to make a pull request you may but I may ask you to take on write access and merge it yourself.

Changelog

2019-09-02

  • Updated to work with Python 3, Django >1.9
  • Renamed main template block from content to dashboard

screenshot

Features

  • jquery.shapeshift for positioning and ordering
  • Per user saving of above
  • Stock dashlets - lists, RSS reader, admin edit lists, django-report-builder, more to come
  • Add and remove dashlets (not implemented)
  • Generic per user configurations on dashlets (not implemented)

What it can't do

  • Not a drop-in dashboard. It needs to be configured, similar to django admin.
  • Column width is hard coded to 300px with 20px gutters. (Feel free to contribute.)

django-responsive-dashboard is a starting point for your dashboard interface. It is not a drop in solution. A few dashlets are included, but you probably want to create your own. The included CSS is VERY minimal, again you should create your own styling.

Documentation

http://django-responsive-dashboard.readthedocs.org

django-responsive-dashboard's People

Contributors

bufke avatar burekas avatar khchine5 avatar rhooper avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

django-responsive-dashboard's Issues

jQuery UI required but not included

I know how much you hate it, but shapeshift won't run without jQuery UI: it fails on line 1 of jquery.shapeshift.min.js with Uncaught TypeError: Object [object Object] has no method 'droppable', and all the dashlets just stack up on top of each other.

It can be hacked to work by including jQuery UI from a CDN, i.e. putting <script type="text/javascript" src="//code.jquery.com/ui/1.10.3/jquery-ui.js"></script> in templates/responsive_dashboard/dashboard.html, but maybe you want to do that conditionally or something.

Installation documentation issues

  • dashboard.py doesn't work; must be plural dashboards.py
  • TEMPLATE_LOADERS must contain django.template.loaders.eggs.Loader
  • optional Dashboard.title must contain only [a-zA-Z0-9_]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.