how to add images in html page in django

24

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

Comments

Submit
0 Comments