Let\'s say I have the following models.py:
models.py
from django.db import models class Person(models.Model): name = models.CharField(max_length=100)