/django_custom_user

customizing custom user model

Primary LanguagePython

django_custom_user_model

Sometimes as Developer you may want to customize User model according to the project requirements. Suppose we no longer want a username field at all, Or we want to take the user's email to authenticate users instead of the default username. To do so, we need to customize our default Django User model.

Screenshots

Screenshot 2023-10-16 at 17-24-10 Custom User

Screenshot 2023-10-16 at 17-25-10 Custom User

Screenshot 2023-10-16 at 17-30-14 Custom User

Screenshot 2023-10-16 at 17-23-47 Custom User

Screenshot 2023-10-16 at 17-24-55 Custom User