m where you like, but best to start with the basics to understand
how django works first.
Em
> -Original Message-
> From: django-users@googlegroups.com
> [mailto:[EMAIL PROTECTED] On Behalf Of Will Rocisky
> Sent: 20 August 2008 12:03
> To: Django users
> Subject: Re: ho
st.POST, instance=contact_instance)
>
> HTH
>
> Em
>
> > -Original Message-
> > From: django-users@googlegroups.com
> > [mailto:[EMAIL PROTECTED] On Behalf Of Will Rocisky
> > Sent: 20 August 2008 11:24
> > To: Django users
> > Subject: Re:
ps.com
> [mailto:[EMAIL PROTECTED] On Behalf Of Will Rocisky
> Sent: 20 August 2008 11:24
> To: Django users
> Subject: Re: how to populate data again after validation
>
>
> I am just using...
>
> model...
> class Contact(models.Model):
> Name = models.
I am just using...
model...
class Contact(models.Model):
Name = models.CharField(max_length=100)
email = models.CharField(max_length=100)
comments = models.TextField(blank=False)
form...
class ContactForm(ModelForm):
Name = forms.CharField(label='Name')
em
Hello,
How are you doing your validation? Is the form populating a model instance
or doing something else?
I would be helpful to see some of the function in your views file.
Em
> -Original Message-
> From: django-users@googlegroups.com
> [mailto:[EMAIL PROTECTED] On Behalf Of Will Roc
5 matches
Mail list logo