Ajouter une image d'arrière-plan dans le fichier téléchargé django
{% load static %}
<img src="{% static "my_app/example.jpg" %}" alt="My image"/>
BlueMoon
{% load static %}
<img src="{% static "my_app/example.jpg" %}" alt="My image"/>
#third{
background: url("/static/img/sample.jpeg") 50% 0 no-repeat fixed;
color: white;
height: 650px;
padding: 100px 0 0 0;
}