[Django]-Error on display static content

2👍

Maybe you have another application that uses 8000 port number. Did you tried using another port number?

1👍

Check if you are providing a request context from your view. In my case this happened when {{STATIC_URL}} was missing, and it was missing because I forgot to add a request context to the render_to_response() function.

0👍

This is a Chrome-related issue. To stop getting those errors you have to uncheck “Predict network actions to improve page load performance” in Chrome settings.

Leave a comment