|
|
django_xmlrpc offers a means by which a Django developer can expose their views (or indeed any other function) using XML-RPC.
News
- 2007-06-19: Method Introspection (see MethodSignatures) has been merged into the trunk for final testing. The introspection-dev branch will now be considered obsolete.
Table of Contents
Pages you may want to visit from here:
- InstallInstructions Installation instructions for django_xmlrpc
- MethodSignatures Details of how to add XML-RPC signatures to your exposed methods
