How to Display an Image in a Django Form Instead of Showing Its URL
I have a Django application where I want to display the image in a form when editing an existing product. It's showing the image URL in currently, but I would like to display the actual image itself instead of URL. If that is not possible then remove that currently URL.
I tried by my self but didn't worked