I have the following models:
class Category(models.Model): label = models.CharField(max_length=40) description = models.TextField() class Rating(models.