mphkh / dash_on_flask

Dash on Flask with login_required (and application factory pattern)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dash on flask with flask_login

An example of a seamless integration of a Dash app into an existing Flask app based on the application factory pattern.

For details and how to use, please read: How to embed a Dash app into an existing Flask app

Deploy on Heroku (free)

First, edit the app.json and replace the value of the repository:

"repository": "https://github.com/okomarov/dash_on_flask"

with the URL to the forked repository.

Then click on the button:

Deploy

About

Dash on Flask with login_required (and application factory pattern)

License:MIT License


Languages

Language:Python 84.3%Language:HTML 11.8%Language:Mako 4.0%