Thanks Bruno,
I'll look back into it again tonight.
On Feb 10, 5:30 am, bruno desthuilliers
wrote:
> On Feb 10, 5:22 am, Roboto wrote:
>
> > class userForm(ModelForm):
>
> OT : Python's naming convention is "UserForm"
>
> > first_name = CharField(label='First Name')
> > last_name = CharF
On Feb 10, 5:22 am, Roboto wrote:
> class userForm(ModelForm):
OT : Python's naming convention is "UserForm"
> first_name = CharField(label='First Name')
> last_name = CharField(label='Last Name')
> email = CharField(label='Your Email')
> password = CharField(label='New Password
2 matches
Mail list logo