Assigning Value(s) to ManyToMany Field

前端 未结 0 1248
慢半拍i
慢半拍i 2020-12-20 23:03

I\'m trying to assign a value onto a ManyToMany field in the Order class.

def assign_order(request, user_id):
    order_id = request.session.get(\'order_id\')         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题