Skip to content

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

License

Notifications You must be signed in to change notification settings

lakesite/django-emailuser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages