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
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
2 matches
Mail list logo