Django-allauth with multiple profile models
问题 I have a django project in which there are multiple profile models, each having a foreign key to the User model. It uses django-allauth for registration. Currently, when registering using a social account, the user registers, a User and a socialaccount is created, then the user is redirected to a form to fill out, depending on what profile type s/he chose earlier, and after filling out that form is the correct profile type created. I'd like it if the user, socialaccount and profile type