[Answered ]-Jquery to Python / Django Query Dict

2👍

Use the JSON.stringify version then get the data in Python via json.loads(request.body).

0👍

It should work with json.dumps(my_query_dict) , I think.

Leave a comment