My person Model is here:
class person(models.Model): interests = models.ManyToManyField(Ineterest, default=None)
and Interest Model:<