Re: How to display image in template

2014-06-27 Thread Phang Mulianto
Hi, The image i assume you upload to media folder . Make sure your media folder accessible by webserver which serving static files. To use in template just use the html img src='urltoimage' , and use media_url context variable to not hardening the url. Mulianto http://muliantophang.blogspot.co

How to display image in template

2014-06-27 Thread Ram Ganesh
I started learning Django and I'm trying to build a photo app. this app merging uploaded images and rendering. I have merged Images with PIL and save the image in accessible file system. Now I'm stuck with this, -How do I displaying merged new Image, -How to serve merged new Image files in my Te