What is django-plotly-dash
masterdjango-plotly-dash is a package that enables Plotly Dash applications to be served within a Django application. It allows you to integrate Dash features into the Django ecosystem, providing the following capabilities:
- Multi-app support: Multiple Dash applications can coexist on a single page.
- State Persistence: Separate instances of a Dash application can persist their internal state using Django models.
- Django Integration: Leverage existing Django user management, access control, and infrastructure.
- Unified Scaling: Consolidate Dash and Django into a single server process to simplify deployment and scaling.