I\'m running Django\'s development server (runserver) on my local machine (Mac OS X) and cannot get the CSS files to load.
runserver
Here are the relevant entries
Go to your HTML page load static by
{% load static %}
Now only mistake I've made was this
My code:
Updated:
You get it right