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.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dash-admin-0.1.14.tar.gz.
File metadata
- Download URL: dash-admin-0.1.14.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a154ed2a301a20a53a3f8c04b766a1da7a677a034bac66dd49f97e5c70ca97b7
|
|
| MD5 |
ab949f141e399f62e23647fb0339dc1e
|
|
| BLAKE2b-256 |
8e4cfa68180aac24e83aaebbf11a233a7194cc24deee8a73bab53b3a168c2058
|
File details
Details for the file dash_admin-0.1.14-py2.py3-none-any.whl.
File metadata
- Download URL: dash_admin-0.1.14-py2.py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58043c7a97367441a929d90492c11cf7e603e2809560388927805e2310edd0d9
|
|
| MD5 |
c0a568d1d48e01f7d9390246c53f774a
|
|
| BLAKE2b-256 |
78319f89e7a4a575a593c748e8039eda880721ac4d438acd98a79fb4b8566d4c
|