load static css django and image

130

load static css django and image -

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

Comments

Submit
0 Comments