|
return response.json(444, 'title,id,price,content,day,bucketID')
|
|
return response.json(444, 'title,id,price,content,day,bucketID')
|
|
store_meal = Store_Meal(id=id, title=title, price=price, content=content, day=day, bucket_id=bucketID,currency=currency)
|
|
store_meal = Store_Meal(id=id, title=title, price=price, content=content, day=day, bucket_id=bucketID,currency=currency)
|