1👍
✅
To override the default django user model use AUTH_USER_MODEL
. To use django-social-auth with the new model point to it by using SOCIAL_AUTH_USER_MODEL
. Both use auth.User
by default.
Source:stackexchange.com