So I have the following Classes one for user and one for "Project":
class CustomUser(AbstractUser): pass class Project(models.Model): id