Re: upload_to dir in ImageField

2007-10-05 Thread Steve Potter
On Oct 5, 6:45 pm, Andy <[EMAIL PROTECTED]> wrote: > I'm having some trouble with the object.get__url() results > for my image field. I'm trying to get this going with the Django's > (ver 0.95) development server in WinXP. I have the following line in > my model: > > avatar = models.ImageField

upload_to dir in ImageField

2007-10-05 Thread Andy
I'm having some trouble with the object.get__url() results for my image field. I'm trying to get this going with the Django's (ver 0.95) development server in WinXP. I have the following line in my model: avatar = models.ImageField(upload_to='users/', blank=True, null=True) I have the followin