Releases: pipech/frappe-plotly-dash
Releases · pipech/frappe-plotly-dash
Pass request from frappe app to dash app
Embed using DispatcherMiddleware
Using werkzeug.wsgi.DispatcherMiddleware to attach dash server with frappe server.
Using iframe to embed dash application to frappe page.
Problem:
- Dash application can't access frappe local variable so it has to run frappe connect every time it received request
- Can't call frappe local variables such as frappe.session.user