#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.