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 PYTHON PATH. then its just like html tags..you can add img tag whereevr in ur template. hope this will help..!! Andy
On May 11, 8:10 pm, ravi krishna <ravi.9...@gmail.com> 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 you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-us...@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group > athttp://groups.google.com/group/django-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.