diff --git a/taxonomy/models.py b/taxonomy/models.py index 6eb4e47d..46a76aca 100644 --- a/taxonomy/models.py +++ b/taxonomy/models.py @@ -112,6 +112,7 @@ class Meta: Meta configuration for CourseSkills model. """ + verbose_name_plural = 'CourseSkills' ordering = ('created', ) app_label = 'taxonomy' @@ -242,6 +243,7 @@ class Meta: Metadata for the JobSkills model. """ + verbose_name_plural = 'JobSkills' ordering = ('created',) app_label = 'taxonomy' @@ -312,6 +314,7 @@ class Meta: Metadata for the JobPostings model. """ + verbose_name_plural = 'JobPostings' ordering = ('created',) app_label = 'taxonomy'