Add ordering to timetable object

This commit is contained in:
Kuroshini 2019-09-30 14:00:34 +03:00
parent 019ac97d19
commit b1e09d806a

View File

@ -36,3 +36,4 @@ class Timetable(ProjectBaseMixin):
"""Meta class."""
verbose_name = _('Timetable')
verbose_name_plural = _('Timetables')
ordering = ['weekday']