I\'m doing a join operation Django.
these are two models:
in the users app:
class User(AbstractBaseUser, PermissionsMixin): ... company