I have the following models and want to display some required results in web API.
class Poll(models.Model): question = models.CharField(max_length=100) cr