Re: how to display an image inside Django

2010-05-12 Thread newbiedjango
If you are trying to upload images as static images just as we do in html with an img tag then you might want to look for how to serve static documentation on the django book. You would need to make changes in settings.py by defining media_url, media_root, etc. and then make sure your root is on

Re: how to display an image inside Django

2010-05-12 Thread Sam Walters
Specifically what do you want to do? 1. Write a form to upload and display an image? 2. Dynamically display/generate an image? eg: http://effbot.org/zone/django-pil.htm 3. hyperlink an image from a templates folder or media folder? (with either django test server or a production server) On

Re: how to display an image inside Django

2010-05-12 Thread Daniel Roseman
On May 12, 5:36 am, ravi krishna wrote: > Hi, > Thanks for ur reply. I was asking about the ImageField. tried out the > tutorials, but its not working out. Where > all(views,models,urls.py,settings.py) should we make editings inorder to > work. Please help me If you really

Re: how to display an image inside Django

2010-05-11 Thread ravi krishna
Hi, Thanks for ur reply. I was asking about the ImageField. tried out the tutorials, but its not working out. Where all(views,models,urls.py,settings.py) should we make editings inorder to work. Please help me On Tue, May 11, 2010 at 6:49 PM, Jason Leveille wrote: > On

Re: how to display an image inside Django

2010-05-11 Thread Jason Leveille
On May 11, 7:10 am, ravi krishna wrote: > Hi, > I am a beginner in Django . > Can somebody tel me how to display an image in django... > if anyone has the right tutorial for beginners, please share with me.. > -- > Regards, > Rav! > > -- > You received this message because

how to display an image inside Django

2010-05-11 Thread ravi krishna
Hi, I am a beginner in Django . Can somebody tel me how to display an image in django... if anyone has the right tutorial for beginners, please share with me.. -- Regards, Rav! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this