views:

25

answers:

1

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 "RegistrationFormTermsOfService".

Thanks, manu

A: 

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.

Andrew Sledge