Answers for "load static css django and image"

0

load static css django and image

{% load static %}
<img src="{% static 'my_app/example.jpg' %}" alt="My image">
Posted by: Guest on November-19-2020

Browse Popular Code Answers by Language