Added role definition handling to user

This commit is contained in:
Josako
2024-04-28 15:54:12 +02:00
parent e8f97b7317
commit f782519c40
4 changed files with 65 additions and 13 deletions

View File

@@ -81,3 +81,4 @@ class User(db.Model, UserMixin):
def __repr__(self):
return '<User %r>' % self.name()