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

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -