Re: displaying and image

2006-07-07 Thread RajeshD
Are you using the Django built-in development server ('manage.py runserver') or a deployment under a regular web server? If using Django, you will need to set it up to serve static files for you. See this doc: http://www.djangoproject.com/documentation/static_files/ Please beware that this metho

Re: displaying and image

2006-07-07 Thread ama55
i did what is written in the documentation in my templated i tried: and but this didnot work. i even tried to give it the path manually to check if it uploading a pic but that also didnot work ie:. note that when idid so i opened the html file manually and the image was displayed what can

Re: displaying and image

2006-07-07 Thread Malcolm Tredinnick
On Fri, 2006-07-07 at 13:43 +, ama55 wrote: > Hi everyone: > i have a person module i am able to upload an image related to the > person > this is in mmy module file > image = models.ImageField(upload_to = > 'training/admin/templates/pictures'). > it is saving the image in the folder. > th

displaying and image

2006-07-07 Thread ama55
Hi everyone: i have a person module i am able to upload an image related to the person this is in mmy module file image = models.ImageField(upload_to = 'training/admin/templates/pictures'). it is saving the image in the folder. the problem is that when i am not able to display the image on my