django-custom-user-model
                                
                                 django-custom-user-model copied to clipboard
                                
                                    django-custom-user-model copied to clipboard
                            
                            
                            
                        django custom user model
Creating a Custom User Model in Django
- How do I fully replace the username field with an email field for Django authentication?
- AbstractUservs- AbstractBaseUser
Want to learn how to build this?
Check out the post.
Want to use this project?
- 
Fork/Clone 
- 
Pick one: AbstractUserorAbstractBaseUser
- 
Run: $ python3 -m venv env && source env/bin/activate (env)$ pip install Django (env)$ python manage.py makemigrations (env)$ python manage.py migrate (env)$ python manage.py runserver