I have the following model in my orders app:
class Order(models.Model): # customer info first_name = models.CharField(max_length=50) last_name =