Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions taxonomy/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ class Meta:
Meta configuration for CourseSkills model.
"""

verbose_name_plural = 'CourseSkills'
ordering = ('created', )
app_label = 'taxonomy'

Expand Down Expand Up @@ -242,6 +243,7 @@ class Meta:
Metadata for the JobSkills model.
"""

verbose_name_plural = 'JobSkills'
ordering = ('created',)
app_label = 'taxonomy'

Expand Down Expand Up @@ -312,6 +314,7 @@ class Meta:
Metadata for the JobPostings model.
"""

verbose_name_plural = 'JobPostings'
ordering = ('created',)
app_label = 'taxonomy'

Expand Down