Python Forum

Full Version: Object exchange from django app to client app and vide versa
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I send an object to the django app from client app? And how to capture the object in django app and send back processed object to the client app? And then how to capture the received object from the django app and work on it?
Read something about AJAX and JSON. It will be useful to study REST as well.