- to get started with the repo clone the repo
git clone https://github.com/manascode-com/django-custom-user-abstractbaseuser.git
- 2 Create the virtual enviorment (we have used pipenv)
pipenv shell
- 3 Install all the depencies.
pipenv install
Now migrate the database and start working on your project.
If you like the repo, please give it a start or if you want to contribute to the project feel free to raise a PR.