fdsfds
This commit is contained in:
parent
72e27491ce
commit
21e2b6c35c
2 changed files with 6 additions and 1 deletions
|
@ -136,6 +136,11 @@ class User(Base):
|
|||
super().__init__(**kwargs)
|
||||
|
||||
|
||||
@property
|
||||
@lazy
|
||||
def csslazy(self):
|
||||
return self.css
|
||||
|
||||
@property
|
||||
@lazy
|
||||
def notifications(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue