[Answer]-Django, serving static files with default settings

1👍

 {% static %}
 <link rel='stylesheet' href="{% static 'css/style.css' %}">

 {% block head %}
     {{block.super}}
 {% endblock %}

Leave a comment