I am trying to do the following:
class Entity(models.Model): entity_name = models.CharField( max_length=200, default="Entity Name") ... jso