Skip to main content

A CLI for starting Dash projects

Project description

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/tarball/master#egg=dash-auth-0.1.0 in order to provide user authentication.

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

dash-admin-0.1.14.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

dash_admin-0.1.14-py2.py3-none-any.whl (9.0 kB view hashes)

Uploaded Python 2 Python 3

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