I\'m using django and I have this model
from django.db import models class ViewTime(models.Model): start = models.DateTimeField() end = models.DateTi