Re: Web services in Django

2007-02-11 Thread marxy
It might be good to see what our friends at TurboGears are up to with http://cheeseshop.python.org/pypi/TGWebServices/ cheers, peter --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: Web services in Django

2007-01-12 Thread David Larlet
- Invitation to Criticize! http://groups.google.com/group/django-developers/browse_thread/thread/639016969c4cd323/745e4111d3835634 * Django, RDF & XUL http://groups.google.com/group/django-users/browse_thread/thread/da7638815273dbcd/c0a371f9f6ebd286 * REST-like web services in Django http://groups.google.com/gro

Re: Web Services in Django

2006-12-23 Thread Russell Keith-Magee
On 12/22/06, juampa <[EMAIL PROTECTED]> wrote: Hello all: I am trying to gather all the information I can about implementing web services with Django (XML-RPC, SOAP, REST). Can you suggest good sources of information/examples of implementations? What is the offical status of WS support in Djan

Web Services in Django

2006-12-23 Thread juampa
Hello all: I am trying to gather all the information I can about implementing web services with Django (XML-RPC, SOAP, REST). Can you suggest good sources of information/examples of implementations? What is the offical status of WS support in Django? Thanks. Juampa P.S. I accidentally posted t

REST-like web services in Django

2006-11-01 Thread [EMAIL PROTECTED]
Hi everyone, Just thought I'd throw out an implementation I've been kicking around for an app I'm building. Just wanted to get the groups thoughts. I know this violates MVC in a way, you can do this writing out url files and views seperately, but some of the flexibility of having models define s