I have three base models:
class User(models.Model): displayName= models.CharField(max_length=128) class Cell(models.Model): title = models.CharField(