Answers for "why my css is not loading after using link in django"

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

Code answers related to "why my css is not loading after using link in django"

Browse Popular Code Answers by Language