Re: image doesn't display in template

2007-01-24 Thread wub
I am having the same problem placing an image in a template file. I think you may be farther along than I am, if you understand the 'object.get_mug_shot_url' portion of the instructions. My impression of the Image_File instructions was that they were intended to allow users to send images >to< t

Re: image doesn't display in template

2007-01-24 Thread [EMAIL PROTECTED]
Compare the path to the image with what Django is putting in. I probably have something set up less than optimally somewhere, but I have to do something like On Jan 24, 10:35 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi group, > > I'm just getting started with Django and I've run into

image doesn't display in template

2007-01-24 Thread [EMAIL PROTECTED]
Hi group, I'm just getting started with Django and I've run into a snag with images: I've set up the image portion of my site following these directions from the Django FAQ: 1) "In your settings file, define MEDIA_ROOT as the full path to a directory where you'd like Django to store uploaded fi