Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 270 Bytes

rationale.md

File metadata and controls

7 lines (5 loc) · 270 Bytes

rationale

So, why create django-emailuser?

  1. It's considered a best practice to override the default Django user model.
  2. You should use email addresses instead of usernames.
  3. You should use a standard package for this, which we control and can easily modify.