library for show refrence of css in django code example
Example: css django
{% load static %}
<link rel="stylesheet" type="text/css" href="{% static 'polls/style.css' %}">
{% load static %}
<link rel="stylesheet" type="text/css" href="{% static 'polls/style.css' %}">