i have this model \'person\'
class Person(models.Model): name = models.CharField(max_length=100) age = models.IntegerField()
and this