I have a Django application, which requires several JavaScript files.
In Chrome I get the error \"Resource interpreted as Script, but transferred with MIME type text
For Django use request context in views :
return render_to_response('success.html', {'object': varobject},context_instance=RequestContext(request))