Skip to content

fairwiz/django-improved-user

 
 

Latest Release: PyPI Version Github Tag

Documentation: Development Documentation Status

Compatibility: Python Implementation Support Python Support Django Support License

Tests: Travis Build Status AppVeyor Build Status Coverage Status Updates

Read Me

This project provides a custom user model that improves on Django's default by making a few modern and international changes.

  • Uses email as the username to simplify login for users
  • Replace first_name and last_name with international friendly short_name and full_name fields

The project also provides mix-in classes to make building custom User models easier.

For an explanation of why and how the project was built, please see the Project Rationale.

For information about getting started, please refer to the quickstart documentation.

For information about how to help with the project, please see the contributing documentation.

About

A custom Django user that authenticates via email. Follows identity and authentication best practices.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.3%
  • HTML 1.8%
  • Makefile 0.9%