We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 863962a + 4a596eb commit 8af2d42Copy full SHA for 8af2d42
appointment/models.py
@@ -907,4 +907,6 @@ def is_owner(self, user_id):
907
return self.staff_member.user.id == user_id
908
909
class Meta:
910
+ verbose_name = "Working Hour"
911
+ verbose_name_plural = "Working Hours"
912
unique_together = ['staff_member', 'day_of_week']
0 commit comments