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
I suspect the problem is not what you think it is. What is probably actually happening is that your JS files are not being served at all: instead, the Django error page is being sent. You need to figure out why.