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.com On Fri, Jun 27, 2014 at 4:33 PM, Ram Ganesh <[email protected]> wrote: > 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 Templates? > Can some one show a step by step instruction > > Application running on django development server. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/912a0115-080f-4e01-9c2e-c7253a940fd0%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/912a0115-080f-4e01-9c2e-c7253a940fd0%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2BSr5mRRBxLhj1zaWSuTcfuUxrdFs7QTM-mM4EFauWrD_XJuWA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

