Abstract User, User Profile and Signals in Django (how to add extra fields to the user model)

Опубликовано: 19 Март 2020
на канале: Django Lessons
28,912
504

#django #userprofile #signals
In this lesson, you will learn how to add extract fields to the User model in Django. We will explore 2 cases (out of 3) 1. how to make most of the newly created project with AbstractUser 2. How to add extra fields to the user class by creating 1:1 association between Django's User and UserProfile model.
In this lesson you will see Django signals in action. Towards the end of the video you will learn a neat trick about app configuration module.