So this is the model that I want to serialize:
from django.db import models class Concurs(models.Model): name = models.CharField(max_length=50)