Chargez le django et l'image statiques
{% load static %}
<img src="{% static 'my_app/example.jpg' %}" alt="My image">
Victorious Vendace
{% load static %}
<img src="{% static 'my_app/example.jpg' %}" alt="My image">