labview

Django receiving json post request from external source

Django receiving json post request from external source Question: I have written a view function that processes a post request containing json data from a source outside of django (labview). I’m just testing it to begin with so it looks like this def post_entry(request): ”’Process incoming json string ”’ if request.method == ‘POST’: post_data = …

Total answers: 4