I am using Django model inheritance. Similar to the example from the documentation:
from django.db import models class Place(models.Model): name = models