Answers for "static image django file"

1

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

Python Answers by Framework

Browse Popular Code Answers by Language