Skip to content
Snippets Groups Projects
Unverified Commit e10a34f8 authored by Juan Miguel Carceller's avatar Juan Miguel Carceller Committed by GitHub
Browse files

Fix getting stuck at loading (#394)


* Add sandbox settings

* Don't install django 4

Co-authored-by: default avatarjmcarcell <jmcarcell@users.noreply.github.com>
parent 2ab84e81
No related branches found
No related tags found
No related merge requests found
<div style="{{dstyle}}">
<iframe src="{{app.base_url}}" style="{{istyle}}" frameborder="{{fbs}}" sandbox="allow-downloads"></iframe>
<iframe src="{{app.base_url}}" style="{{istyle}}" frameborder="{{fbs}}" sandbox="allow-downloads allow-scripts allow-same-origin"></iframe>
</div>
......@@ -8,5 +8,5 @@ dpd-components
dash-bootstrap-components
channels<3.0
Django>=2.2
Django>=2.2,<4.0.0
Flask>=1.0.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment