Project Model has relation with ManyToManyField to User Model.
Project
ManyToManyField
User
class Project(models.Model): user = models.ManyToManyF