-
- Downloads
Serve locally (#133)
* Local serving of assets * Demo nine to show and test use of local assets. * Move to serving dash components assets through staticfiles, and steps towards serving other files locally through url rewriting * Constrain dash component versions * Add static support to dev environment for demo * Increased test coverage
Showing
- .gitignore 1 addition, 1 deletion.gitignore
- demo/demo/assets/image_one.png 0 additions, 0 deletionsdemo/demo/assets/image_one.png
- demo/demo/plotly_apps.py 9 additions, 2 deletionsdemo/demo/plotly_apps.py
- demo/demo/settings.py 10 additions, 1 deletiondemo/demo/settings.py
- demo/demo/templates/demo_nine.html 33 additions, 0 deletionsdemo/demo/templates/demo_nine.html
- demo/demo/templates/index.html 1 addition, 0 deletionsdemo/demo/templates/index.html
- demo/demo/urls.py 1 addition, 0 deletionsdemo/demo/urls.py
- dev_requirements.txt 3 additions, 1 deletiondev_requirements.txt
- django_plotly_dash/assets/some_asset 0 additions, 0 deletionsdjango_plotly_dash/assets/some_asset
- django_plotly_dash/dash_wrapper.py 43 additions, 5 deletionsdjango_plotly_dash/dash_wrapper.py
- django_plotly_dash/finders.py 52 additions, 7 deletionsdjango_plotly_dash/finders.py
- django_plotly_dash/middleware.py 43 additions, 0 deletionsdjango_plotly_dash/middleware.py
- django_plotly_dash/tests.py 37 additions, 0 deletionsdjango_plotly_dash/tests.py
- django_plotly_dash/urls.py 2 additions, 1 deletiondjango_plotly_dash/urls.py
- django_plotly_dash/util.py 16 additions, 0 deletionsdjango_plotly_dash/util.py
- django_plotly_dash/views.py 12 additions, 2 deletionsdjango_plotly_dash/views.py
- docs/configuration.rst 41 additions, 0 deletionsdocs/configuration.rst
- docs/faq.rst 25 additions, 0 deletionsdocs/faq.rst
- docs/index.rst 1 addition, 0 deletionsdocs/index.rst
- docs/installation.rst 8 additions, 3 deletionsdocs/installation.rst
Loading
Please register or sign in to comment