Extending the User model with custom fields in Django What’s the best way to extend the User model (bundled with Django’s authentication app) with custom fields? I would also possibly like to use the email as the username... May 3, 2022 0 Comments