3👍
The canonical way to create a user seems to be stuck in the SignupForm.save()
method:
Edit: It’s actually one level higher in the SignupView
, which first calls the SignupForm.save()
and then calls account.utils.complete_signup()
, which sends the user_signed_up
signal:
Source:stackexchange.com