Django registration and multiple profiles
问题 I'm using django-registration in my application. I want to create different kinds of users with different profiles. For example, one user is a teacher and another user is a student. How can I modify registration to set the user_type and create the right profile? 回答1: Long answer :p I've found The Missing Manual post invaluable for this kind of problem as it explains many of features of the django-profiles and django-registration systems. I'd suggest using multi table inheritance on the single