Home
About
Blog
Courses
Contact
More about Django
· Module 4 - Users, authentication and permissions
4.1 The custom user model
20 min
Back to the curriculum
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.
← 3.5 Function view or class-based view?
4.2 Registration, login and logout →
After this lesson you will
Explain why you swap the user model on day one
Introduce a custom user model in the blog project
Module 4
4.1
The custom user model
4.2
Registration, login and logout
4.3
Password reset by email
4.4
Profiles and avatars
4.5
Permissions and groups