Pass arguments from django-registration to django-profiles when user registers.

Posted by user353339 on Stack Overflow See other posts from Stack Overflow or by user353339
Published on 2010-05-30T01:47:09Z Indexed on 2010/05/30 1:52 UTC
Read the original article Hit count: 386

Filed under:
|

I'm using both django-registrations and django-profiles. When the user registers I'd like to ask them to fill in the form fields from profiles as well as the usual username and password. How do I combine these two into one sign up page?

© Stack Overflow or respective owner

Related posts about python

Related posts about django