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.
1 parent 863962a commit 4a596ebCopy full SHA for 4a596eb
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