I have this Event model:
# models.py class Event(models.Model): name = models.CharField(max_length=200)) user = models.ManyToManyField(User))