When the page loads, I have a JavaScript function that needs to analyze the JSON. But, this JSON must be present when I load "something.html"
I know how to do this, but I don't know how to combine them together.
return HttpResponse(thejson, mimetype="application/javascript")