from django.db import models class Brewing(models.Model): cups = models.PositiveSmallIntegerField() time = models.DateTimeField()