I save path of image in database like 'Image/upload/imageOne.jpg' and Image folder in static directory then i want to show this image in html with this tag:
<img src="{% static '{{ product.productImagePath }}' %}" alt="{{ product.productName }}" width="800px" height="300px">
but i have error and can not find path and just show alt how can fix it? Thanks for help