I am working in Django framework. I have stored image in mysql table. When I access my mysql table from views.py file this image appears as byte stream text whose tyep is string, I want to know how can I pass this byte stream to my img tag in html so that it will appear on my screen.
P.S. I do not want to store this image and then pass its source.