I\'m using multi-table inheritance models.
from django.db import models class Place(models.Model): name = models.C