So I have a Customer Model.
class Customer(models.Model): first_name = models.CharField(max_length=50) last_name = models.CharField(max_length=50)