示例#1
0
 def get(self):
     return {"stores": [store.json() for store in StoreModel.all()]}
示例#2
0
	def get(self):
		return {'stores': StoreModel.all()}