Pass arguments from django-registration to django-profiles when user registers.
- by user353339
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?