#Authorization

1 posts

Django Intermediate #4: Users/Permissions — custom user model, permission, group
7 min read

Django Intermediate #4: Users/Permissions — custom user model, permission, group

AUTH_USER_MODEL must be decided at project start — AbstractUser vs AbstractBaseUser, the email-login pattern, and the permission/group system.