I have two Django Models connected through ManyToMany relation.
class CustomUser(AbstractUser): username = None ema