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.4 and Python >= 2.5.

If you want to use django_xmlrpc for an older version of Django or Python, please use an old release.

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.5.tar.gz (7.4 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-xmlrpc-0.1.5.tar.gz
Algorithm Hash digest
SHA256 74b4d36d716a086b4ffd509af06deec68fed101a6074ffb8c933d5e4f36cdce7
MD5 e495454a4ff8cbb242217d26447b21d5
BLAKE2b-256 6f3d729a2daba4ff1fc7c4ddb57c825c2053e0d1bfeec7145b2e7caf092c6213

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