Django and Dash - ead's Method

It’s probably worth pointing out that method used to embed Dash in Django here could well suffer from performance issues as there’s some double handling going on between Django and Flask, or maybe other surprises since its using flask machinery that’s intended to be used in a testing context rather than deployment. That said, for a lot of scenario’s it may well be fine.

1 Like