Add first info to landing page
This commit is contained in:
@@ -19,6 +19,10 @@ class Account(Base):
|
||||
back_populates="accounts",
|
||||
)
|
||||
|
||||
@property
|
||||
def balance(self):
|
||||
return 141.23
|
||||
|
||||
|
||||
user_account_association = Table(
|
||||
TABLE_PREFIX + "user_account_association",
|
||||
|
||||
Reference in New Issue
Block a user