J-P-L
0
Q:

css django

{% load static %}

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

<!DOCTYPE html>
<html>
<head>
    <style>
        {% include "path/to/custom_styles_1.css" %}
    </style>
    <link rel="stylesheet" href="{% static 'css/custom_styles_2.css' %}">
</head>
<body>
<!-- Your HTML body -->
</body>
</html>
0

New to Communities?

Join the community