Transferring Django Model Instances through RPC

Posted by live2dream95 on Stack Overflow See other posts from Stack Overflow or by live2dream95
Published on 2010-04-19T04:37:49Z Indexed on 2010/04/19 4:43 UTC
Read the original article Hit count: 237

Filed under:
|

Suppose I have 2 sites that shares a common Model. What would be the best way to transfer a new Model instance created at Site A and save it in Site B's database? Could you please also recommend APIs for sending and receiving the data?

© Stack Overflow or respective owner

Related posts about python

Related posts about django