예제 #1
0
파일: views.py 프로젝트: dennis1984/foodApp
 def get_orders_detail(self, instance):
     return Orders.make_instances_to_dict(instance)[0]