django-plotly-dash
django-plotly-dash copied to clipboard
Enable serving local assets
Allow local serving of css files and other assets (or at least the local specification of such assets; ideally the staticfiles infrastructure of Django can be leveraged here).
Related issues: #37 and #121
Ideal outcome:
serve_locally works as expected (this should already be the case for component constituents)
assets can be added as per the standard Dash approach for external resources
This is also related to #95