How to add custom fields like firstname and lastname to django registration form?
I have to add two custom fields (first name, last name) into my registration form, but I don't know how. I went through this question but values (first name, last name) are not getting stored after registration.
Also some one tell me how to add check box to registration form using "RegistrationFormTerm开发者_如何学CsOfService".
Thanks, manu
James Bennett has some very useful modules at http://bitbucket.org/ubernostrum/ that will help you along, specifically the django-registration and django-profile modules.
精彩评论