I have been working with Django for a while, but I am new to xml-rpc. I have two Django servers, and the first you need to call functions from some modules of the second server. I find xml-rpc the easiest way to do this, but don't want to start a separate server just for that.
What options do I have? Can I start the Django web server and xml-rpc server with one manage runningerver command ?
python django xml-rpc
Nullpoet
source share