Re: django does not open html file properly

2018-05-01 Thread Andy Grabow
Like I said: setup an nginx docker and save the reports in its base folder. Then link there from your Django app. Save yourself trouble of zipping, downloading unzipping and manually opening the reports! qop schrieb am Mo. 30. Apr. 2018 um 16:07: > You are right, it's too complicated. > I could

Re: django does not open html file properly

2018-04-30 Thread qop
You are right, it's too complicated. I could zip gephi's graphics and make them downloadable on my site, how could i do that? How can i create a "download button" that allows the user to download my zip files? Il giorno venerdì 27 aprile 2018 23:24:43 UTC+2, Andy ha scritto: > > It looks as if

Re: django does not open html file properly

2018-04-27 Thread Andy
It looks as if you see all contents of you index.html while also missing all dependencies .. check the network tab of your browser to confirm this. The report created by gephi is probably an html page that is soppused to be opened via the browser directly or served with a webserver. Just renderin

django does not open html file properly

2018-04-27 Thread qop
Hi guys! I've created some graphics with gephi using the sigma exporter plugin which creates a project like this one , for use the interactive graphic it's just needed open the index.html Now i've created a little site with django and i'd lik