Video coming soon

The recording for this lesson has not been published yet.

What we cover

  • AbstractUser versus AbstractBaseUser
  • AUTH_USER_MODEL and get_user_model()
  • Migrating an existing project carefully
  • Registering the user model in the admin
Written notes for this lesson are being prepared. The outline above already shows what the recording will cover.

After this lesson you will

  • Explain why you swap the user model on day one
  • Introduce a custom user model in the blog project