Fully replace the username field with an email field for Django authentication.
About |
Technology |
Getting Started |
Roadmap |
Contributing |
License
Fully replace the username field with an email field for Django authentication.
This project is a customization in the Django user model.
Django’s authentication by username has been completely replaced by the user’s email.
This project was developed with the following technologies:
git clone https://github.com/WesGtoX/CustomUserModel.git
SECRET_KEY
in .env
:
cp .env.sample .env
make run
make test
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feat/my-feature
.git commit -m 'feat: My new feature'
.git push origin feat/my-feature
.After the merge of your pull request is done, you can delete your branch.
Distributed under the MIT License. See LICENSE for more information.
Made with ♥ by Wesley Mendes