Re: Announcing django_xmlrpc

2007-05-14 Thread CodeDragon
.django_xmlrpc to the installed apps. > when I start the dev-server I get the following error-message: > AttributeError: 'module' object has no attribute 'django_xmlrpc,' > > what´s wrong? > > thanks, > patrick > > Am 13.05.2007 um 23:06 schrieb CodeDragon:

Announcing django_xmlrpc

2007-05-13 Thread CodeDragon
Hi all, Here's a note to let you know that there is now an XML-RPC server app for Django publicly available under an open-source license. django_xmlrpc allows you to expose any function through XML-RPC. I'm currently working on adding introspection and useful things like system.multicall functio