-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple Apps from a single server #40
Comments
pyenthu, You could front end all of your Flask instances with Apache. I have some example code here: Using SSL and individual virtualenvs are not necessary, but there as examples. |
Good question @pyenthu and thanks for the reference @bmike78 ! There is unofficial support for routes right now, and I'm using them to render the multi-page dash docs currently at https://plot.ly/dash. I wrote about this a little bit in the community forum, so I'll just reference that here: https://community.plot.ly/t/dash-on-multi-page-site-app-route-flask-to-dash/4582 In short: multi-page URLs are possible now but the API is going to change. A new solution for URLs that treats the |
I believe #70 addresses this pretty well |
Support for URLs has been added through the |
This is really useful. When is it going to be included in PyPI package? I would thought that the recent release candidate 0.17.8rc3 should include it, but it doesnt for some reason. |
* Add data-* and aria-* attributes * added role attribute
* Add data-* and aria-* attributes * added role attribute
* Add data-* and aria-* attributes * added role attribute
Clear the selectedData if the selection box was cleared
Outstanding work Chris. Exploring this still.
One question. Is it possible to launch a routing mechanism with different single page apps from a single server instance?
What I am looking for is different web pages with the same functionality.
Say xxx.yyy.com/dash1, xxx.yyy.com/dash2. xxx.yyy.com/dash3 etc?
The text was updated successfully, but these errors were encountered: