mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
@@ -39,6 +39,9 @@ class OrganisationQuestionChoice(QuestionChoice):
|
||||
|
||||
class Organisation(models.Model):
|
||||
"""Organisation to which a :class:`Person` belongs."""
|
||||
class Meta:
|
||||
ordering = ['name']
|
||||
|
||||
name = models.CharField(max_length=255, blank=False, null=False)
|
||||
|
||||
def __str__(self) -> str:
|
||||
|
||||
Reference in New Issue
Block a user