Thanks,
You are great. It also solves my problem. :)
On Feb 15, 3:32 pm, bruno desthuilliers
wrote:
> On Feb 15, 1:30 pm, knight wrote:
>
> Don't know if it has anything to do with your problem, but there's an
> error in your form:
>
>
>
> > My form:
>
> > class UploadImageForm(ModelForm):
> >
On Feb 15, 1:30 pm, knight wrote:
Don't know if it has anything to do with your problem, but there's an
error in your form:
>
> My form:
>
> class UploadImageForm(ModelForm):
> class Meta:
> model = ImageUpload
> fields = ('thumb')
Python gotcha here: what defines a tuple is
2 matches
Mail list logo