Re: Trouble Accessing An Image through ImageField

2012-12-23 Thread Ankush
Hi, I think , first of all, you should have tags around the url. . if you are able to get the image if you direct your browser to http://192.0.0.1:8000/images/photo.jpg ? if yes, then the above is the solution . If not then you should set your image files to be served as setatic files. This

Trouble Accessing An Image through ImageField

2012-12-23 Thread That guy
Hi there, I'm trying to create a photo gallery by storing photos in a gallery database and pulling them out when appropriate. However, I ran into the problem of how to publicly expose the pictures in urls. In my template, I return a the url of the photo which turns out to be