All Projects → gaw89 → dash-admin

gaw89 / dash-admin

Licence: MIT license
CLI tool for initiating dash boilerplate

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to dash-admin

dash-redis-celery-periodic-updates
Demo apps now maintained in https://github.com/plotly/dash-enterprise-docs
Stars: ✭ 47 (+113.64%)
Mutual labels:  plotly, dash, plotly-dash
dash-mantine-components
Plotly Dash components based on Mantine React Components
Stars: ✭ 263 (+1095.45%)
Mutual labels:  plotly, dash, plotly-dash
dash-flexbox-grid
Wrapper around react-flexbox-grid for Plotly Dash
Stars: ✭ 19 (-13.64%)
Mutual labels:  plotly, dash, plotly-dash
Dash
Analytical Web Apps for Python, R, Julia, and Jupyter. No JavaScript Required.
Stars: ✭ 15,592 (+70772.73%)
Mutual labels:  plotly, dash, plotly-dash
Crypto Whale Watching App
Python Dash app that tracks whale activity in cryptocurrency markets.
Stars: ✭ 389 (+1668.18%)
Mutual labels:  plotly, dash, plotly-dash
Dash.jl
Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in Julia. No JavaScript required.
Stars: ✭ 248 (+1027.27%)
Mutual labels:  plotly, dash, plotly-dash
2019-nCoV-dash
新型冠状病毒(2019-nCoV)肺炎(COVID-19)疫情展示
Stars: ✭ 13 (-40.91%)
Mutual labels:  plotly, dash, plotly-dash
Dash Cytoscape
Interactive network visualization in Python and Dash, powered by Cytoscape.js
Stars: ✭ 309 (+1304.55%)
Mutual labels:  plotly, dash, plotly-dash
Dash Table
A First-Class Interactive DataTable for Dash
Stars: ✭ 382 (+1636.36%)
Mutual labels:  plotly, dash, plotly-dash
Dash Docs
📖 The Official Dash Userguide & Documentation
Stars: ✭ 338 (+1436.36%)
Mutual labels:  plotly, dash, plotly-dash
Slapdash
Boilerplate for bootstrapping scalable multi-page Dash applications
Stars: ✭ 225 (+922.73%)
Mutual labels:  plotly, dash, plotly-dash
Fitly
Self hosted web analytics for endurance athletes
Stars: ✭ 65 (+195.45%)
Mutual labels:  plotly, dash, plotly-dash
Dashr
Dash for R - An R interface to the Dash ecosystem for creating analytic web applications
Stars: ✭ 337 (+1431.82%)
Mutual labels:  plotly, dash, plotly-dash
Hexapod Robot Simulator
A hexapod robot simulator built from first principles
Stars: ✭ 577 (+2522.73%)
Mutual labels:  plotly, dash, plotly-dash
Dash Sample Apps
Open-source demos hosted on Dash Gallery
Stars: ✭ 2,090 (+9400%)
Mutual labels:  plotly, dash, plotly-dash
Plotly.js
Open-source JavaScript charting library behind Plotly and Dash
Stars: ✭ 14,268 (+64754.55%)
Mutual labels:  plotly, plotly-dash
Dash Flask Login
Implementation of Flask-login on top of Dash.
Stars: ✭ 158 (+618.18%)
Mutual labels:  plotly, dash
Interactive-Dashboards-and-Data-Apps-with-Plotly-and-Dash
Interactive Dashboards and Data Apps with Plotly and Dash, published by Packt
Stars: ✭ 181 (+722.73%)
Mutual labels:  plotly, plotly-dash
Dash Oil And Gas Demo
Dash Demo App - New York Oil and Gas
Stars: ✭ 156 (+609.09%)
Mutual labels:  plotly, dash
covid-19
Coronavirus COVID-19 Dashboard - Global Kaggle Data
Stars: ✭ 31 (+40.91%)
Mutual labels:  plotly, plotly-dash

Dash-Admin

Intro

Dash-Admin is an extension for Dash to help start new Dash projects.

Dash-Admin is modelled after the django-admin command in the popular Python web framework Django. The goal of dash-admin is to provide a simple, easy-to-use CLI tool for starting projects in Dash.

Documentation

Getting a working Dash application is as simple as:

dash-admin startproject myproject

This will give you a working Dash application, complete with user authentication, user management (both online and through the CLI), and a main page with an interactive Plotly chart. To start the application cd to the 'myproject' folder which was just created and enter:

python run.py

then visit localhost:8050/myproject/app1.

You can log in with username admin and password admin.

Installation

Dash-Admin can be installed via pip install dash-admin or by cloning this repo and running python setup.py install.

Note:

You will also need to run pip install https://github.com/gaw89/dash-auth/archive/v0.1.0.zip in order to provide user authentication.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].