{"repo":"GibbsConsulting/django-plotly-dash","free":true,"listed":false,"github":"https://github.com/GibbsConsulting/django-plotly-dash","clone":"git clone https://github.com/GibbsConsulting/django-plotly-dash.git","description":"Expose plotly dash apps as django tags","language":"Python","stars":593,"topics":["python","django","plotly-dash","plotly"],"license":"MIT","category":"api-integrations-sdks","readme_excerpt":"django-plotly-dash Expose plotly dash apps as Django tags. Multiple Dash apps can then be embedded into a single web page, persist and share internal state, and also have access to the current user and session variables. See the source for this project here: This README file provides a short guide to installing and using the package, and also outlines how to run the demonstration application. More detailed information can be found in the online documentation at An online version of the demo can be found at Installation First, install the package. This will also install plotly and some dash packages if they are not already present. pip install django plotly dash Then, add django plotly dash to INSTALLED APPS in your Django settings.py file INSTALLED APPS = [ ... 'django plotly dash.apps.DjangoPlotlyDashConfig', ... ] The application's routes need to be registered within the routing structure by an appropriate include statement in a urls.py file. Note: django plotly dash is not a name of your application, it is referring to the inner namespace of this library. Please do not skip this step: urlpatterns = [ ... path('django plotly dash/', include('django plotly dash.urls')), ] The name within the URL is not important and can be changed. For the final installation step, a migration is needed to update the database: ./manage.py migrate The use of frames within HTML documents has to be enabled by adding to the settings.py file: X FRAME OPTIONS = 'SAMEORIGIN' Further configuration, i","default_branch":null,"files":null,"tree":[],"storefront":"/r/GibbsConsulting","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/GibbsConsulting/django-plotly-dash/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}