I have two model fields.
class Event(models.Model):] start_date = models.DateTimeField() end_date = models.DateTimeField()
I would li