You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def create_user(self, email=None, password=None):
.......
user.save()
return user <---------------- (/)
I have also found that the SOCIAL_AUTH_USER_MODEL variable is not required when using custom user model in Django (the app automatic get the value from AUTH_USER_MODEL).
Hi,
I am using custom user model and keep getting the following error:
My setttings in
settings.py
are:Could somebody spot the issue? Thank you.
The text was updated successfully, but these errors were encountered: