Answers for "django static files css not working"

1

django cannot update static css

<link rel='stylesheet' type='text/css' href="{% static 'css/yourname.css' %}?20181209">
Posted by: Guest on June-18-2020
-2

django won't load static css

try removing underscores from the css filename if you have any, this fixed for me
Posted by: Guest on November-08-2020

Code answers related to "django static files css not working"

Browse Popular Code Answers by Language