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\')