decide where to go to after connecting with django-allauth
问题 After connecting an account with a social app using django-allauth the user is redirected to accounts/social/connections . How can I change this behavior? 回答1: If the user is adding more social accounts to his existing (local) account, then the most logical default would be indeed to redirect to the social account connections management screen. However, you can easily override the default by passing along a next parameter. Have a look here: https://github.com/pennersr/django-allauth/blob