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
Hey all, some quick background.
I am attempting to have email as username within the confines of the
contrib.auth.models User
Everything seems okay, except that my modelForm despite what I believe
is a custom clean Method is not being run (according to my debugger,
it's just jumping past this meth
3 matches
Mail list logo