Laden Sie statisches CSS -Django und Bild

{% load static %}
<img src="{% static 'my_app/example.jpg' %}" alt="My image">
Victorious Vendace