Skip to main content

XML-RPC Server App for the Django framework.

Project description

django_xmlrpc offers a means by which a Django developer can expose their views (or indeed any other function) using XML-RPC.

This is a fork of the version hosted at : https://code.launchpad.net/~aartemenko/django-xmlrpc/svetlyak40wt compatible with Django 1.2.

Installation

You could retrieve the last sources from http://github.com/Fantomas42/django-xmlrpc and run the installation script

$> python setup.py install

or use pip

$> pip install -e git://github.com/Fantomas42/django-xmlrpc.git#egg=django-xmlrpc

Usage

Register django_xmlrpc in your INSTALLED_APPS section of your project’ settings.

Then register methods you want to handle like this in your project’ settings.

>>> XMLRPC_METHODS = (('path.to.your.method', 'Method name'),
...                   ('path.to.your.othermethod', 'Other Method name'),)

Finally we need to register the url of the XML-RPC server. Insert something like this in your project’s urls.py:

>>> url(r'^xmlrpc/$', 'django_xmlrpc.views.handle_xmlrpc', name='xmlrpc'),

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-xmlrpc-0.1.1.tar.gz (7.5 kB view details)

Uploaded Source

Built Distribution

django_xmlrpc-0.1.1-py2.6.egg (21.4 kB view details)

Uploaded Source

File details

Details for the file django-xmlrpc-0.1.1.tar.gz.

File metadata

File hashes

Hashes for django-xmlrpc-0.1.1.tar.gz
Algorithm Hash digest
SHA256 b3a660b17a7479adbdcefc2feb5043b992a4b49d38b5b07fb98c737fb757c4f0
MD5 c68cc8bcb8c03b5e1bb345c8f036210b
BLAKE2b-256 3bf2e9cc8b3d8815b3e036c33446cfdd0a3a688352d518a2d111b0abca437263

See more details on using hashes here.

File details

Details for the file django_xmlrpc-0.1.1-py2.6.egg.

File metadata

File hashes

Hashes for django_xmlrpc-0.1.1-py2.6.egg
Algorithm Hash digest
SHA256 05a391d8c6c1fb42aa2c377feb14747e461edb959f111e3b6ece000de8868baf
MD5 d08a4b9ee71613b5331be798127d66e4
BLAKE2b-256 68c013a12c9d736c5b9df507b9ffba042608c82bbc1cdea80cdef31be54c2d54

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page