Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 961 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 961 Bytes

django-emailuser

Use an email address in place of a username in Django.

motivation

As a standard convention for new Django projects, they should begin with a custom user model, per our django-practices.

  • django-emailuser provides a custom user model

  • django-emailuser uses AbstractUser to replace username with an email field.

  • Area of focus:

    • All django projects.
    • Django apps.

Further rationale provided.

install

For installation, please see install

development

To run locally and develop, see development.md

contributing

Please review standards before submitting issues and pull requests. Thank you in advance for feedback, criticism, and feature requests.

example

A full example is provided here

license

MIT - See LICENSE.md