forked from expo/troggle
adding people
This commit is contained in:
@@ -195,6 +195,10 @@ class Wallet(models.Model):
|
||||
jsondata = self.get_json()
|
||||
return jsondata["date"]
|
||||
|
||||
def people(self):
|
||||
jsondata = self.get_json()
|
||||
return jsondata["people"]
|
||||
|
||||
def name(self):
|
||||
jsondata = self.get_json()
|
||||
return jsondata["name"]
|
||||
|
||||
Reference in New Issue
Block a user