1.1.4 rising and select for routes by subscribe

This commit is contained in:
SDE
2024-06-02 17:07:53 +03:00
parent dbfc39639b
commit 69373925cd
4 changed files with 36 additions and 1 deletions

View File

@@ -16,7 +16,6 @@ from datetime import datetime
def user_name_str(self):
return f'{self.last_name} {self.first_name}'
User.add_to_class("__str__", user_name_str)