Django Tutorial, Complete User Authentication Using a Custom User Model

preview_player
Показать описание
hello guys, in this video we are going to be building a User Authentication system user a custom user model, django is a very powerful frame for web development that has a built in user authentication system ,that can be useful when building a small app, but as the complexity of you application increase they made be need for us to customize the user model that comes with django framework, django also provide us with d ability to do that .
so in the course of this video will are go to create our custom user auth model for authentication.
Рекомендации по теме
Комментарии
Автор

The way i had gotten trouble in authentication, , i had to be patient with the poor sound and slow speed, 🤣🤣good work bro

jeimohwash-kern
Автор

Nice Tutorial very understandable but poor sound

PowaPixel
Автор

Lol i hve almost completed the drf and just saw this video once again and i belive that this part of django is very quite boring to define these for custom user model🙄goddamn!! too many things to be get carried for building it none of the guider hve ever explained those in depth... everyone just like this this one is talking abt that why even we doing this for what being caused?

devmrnecro
Автор

thanks bro...U really did a great job.

honeybeeofficial
Автор

Is it possible to have multiple custom user authentication methods for different users within the same Django app. Like an email and password for one type of user and a pin only for another type of user

infinitx
Автор

Please after normalizing and setting staff to true, still getting error

shuaibalghazali
Автор

Hi Henry,
Thanks for your great and practical tutorial.
When will your next videos will be available?
BR,
I am Nyoman, from Bali, Indonesia

LiaAdzumi
Автор

you are creative
But where is the source code

bassammsmar
Автор

hi henry, i have a problem, when i create a new user via registration form in admin, the new created user's password is not hashed. how to make it hashed ?

benizukebeni
Автор

can you please provide a link for the source code?

shroukadel
Автор

did he just say wtf when he copy pasted wrong hahaha

mintesnottariku
Автор

when i am creating the superuser i am getting this error
AttributeError: 'Manager' object has no attribute 'get_by_natural_key'

srikanth_varma