Embedding Bokeh plot in Django website results in blank page with no error message
I'm trying to embed a Bokeh plot into a Django site that has an upload button. I'm using the example given here as a starting point and then adding on the instructions on embedding from here . This is a follow-up on my question here as I now have a new problem. The plot just wont display when I go to the url associated with it, but there is no error message and the page loads. I used need-a-minimal-django-file-upload-example/for_django_1.8 and it works as intended when I navigate to the url http://<port>/myapp/list/ myapp/url.py looks like this # -*- coding: utf-8 -*- from django.conf.urls