I have the following models:
class Topping(models.Model): name = models.CharField(max_length=50) class ToppingAmou