how to link css stylesheet python django

77

{% load static %}

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

Comments

Submit
0 Comments