Is there any way to inherit a django model and initialize a base class field with data in the derived class, like this :
class InitialModel(models.Model):