Step-by-step guide to creating custom user models in Django

Опубликовано: 17 Октябрь 2023
на канале: Always Django
85
6

Hi fellow Django developers, in this tutorial we will be creating custom Django user authentication model.
Like, subscribe and share.


Github repo
========================================
https://github.com/Chuqdi/youtube_django_c...


00:00 - Introduction
01:32 - Creating Django users app
02:20 - Creating the auth user model
17:55 - Specifying the AUTH_USER_MODEL in Django settings.py
20:19 - Creating a super user
21:18 - Logging in as admin user