예제 #1
0
파일: wineshop.py 프로젝트: xsauce/wineprj
 def get_content_val_list(self):
     return ReceiptContent.value_list()
예제 #2
0
파일: wineshop.py 프로젝트: xsauce/wineprj
 def get_all_content(self):
     return ReceiptContent.select()