python - Django Registration Redux custom registration form -


i'm confused how can change registration_form ask users first , last name.
think need manipulate subclass registrationview registration.backends.simple.views don't know how show first , last name in registration form.

you should able sub-class registrationform , add fields want.

look @ source default forms on how so:


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -