1👍
✅
You can try out this
<img src="{% static product.image.url %}" /> # use this
<img src="{{ MEDIA_URL }}{{ product.image.url}}" /> # or this
Source:stackexchange.com