django not loading static css code example
Example 1: django cannot update static css
<link rel='stylesheet' type='text/css' href="{% static 'css/yourname.css' %}?20181209">
Example 2: django won't load static css
try removing underscores from the css filename if you have any, this fixed for me