django add image as background code example
Example: add background image in django uploaded file
{% load static %}
<img src="{% static "my_app/example.jpg" %}" alt="My image"/>
{% load static %}
<img src="{% static "my_app/example.jpg" %}" alt="My image"/>