How to create Custom User Model in Django || DRF Tutorials for Beginners || Tutorial - 6

preview_player
Показать описание
* In this tutorial, you will be learning how to create a Custom User Model in Django for our Authentication system.
* Custom User Model is important for managing our Users through out the project.
* We also maintain the permissions through this model's fields.
.
.
.
Рекомендации по теме
Комментарии
Автор

Sir i created this and used this i create account by attaching this for a UI that time the user created from this custom user is normal user but if i try to login with this details thats not logging for normal users this allow only allow admins to loging why sir

adsgcreation
Автор

Thanks for a very straight forward explanation. Just a quick question. Does this CustomeUser will overright the Django default User when I implement login/roles etc?

kapitankidlattv
Автор

in this configuration, those methods says that every user can access to the painel?

jaderadriel