of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software...
More detailed information can be found in the online documentation at https://readthedocs.org/projects/django-plotly-dash An online version of the demo can be found at https://djangoplotlydash.com Installation First, install the package. This will also install plotly and some dash packages if ...
@etjkai See the Django documentation here - basically, it needs to be a directory - not an existing one containing your static files - and the collectstatic functionality will copy all of your static files into this directory. The naming convention used by Django is perhaps a bit unfortunate....