Django Tutorial, Complete User Authentication Using a Custom User Model

Опубликовано: 06 Июль 2020
на канале: Henry Coding stack
26,838
352

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.