#Authorization
1 posts
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.