Python Forum
Object exchange from django app to client app and vide versa - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Object exchange from django app to client app and vide versa (/thread-20510.html)



Object exchange from django app to client app and vide versa - Man_from_India - Aug-15-2019

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?


RE: Object exchange from django app to client app and vide versa - fishhook - Aug-15-2019

Read something about AJAX and JSON. It will be useful to study REST as well.