1👍
✅
This is explicitly possible in Django 1.5+, by subclassing AbstractBaseUser
and setting AUTH_USER_MODEL
to point to your model. See the documentation.
Source:stackexchange.com