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
andlast_name
with international friendlyshort_name
andfull_name
fields
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.