T.I.M.I.B.O.Itimibacco.hashnode.dev·Feb 27, 2023AbstractUser vs AbstractBaseUser : Creating a custom Django user model.Many times, as a Django project gets more complex, there will be more users and these users will later have diverse roles they play in this project. Permissions, roles, and unique identifiers as different from the normal email and username fields we ...375 readsDjango