Re: RESTful web services for Django

2007-05-08 Thread David Larlet
First of all, thanks for your GSoC proposition, it looks very interesting and I hope it will be integrated to the trunk at the end of the summer because I really need it ;-). 2007/5/8, Andreas Stuhlmüller <[EMAIL PROTECTED]>: > > I will try to come up with a concrete example that allows me to > i

RESTful web services for Django

2007-05-07 Thread Andreas Stuhlmüller
As part of this year's Summer of Code, I proposed to implement an easy way to make existing Django models available via RESTful APIs. My proposal [1] got approved, my mentor is Malcolm Tredinnick. I would be glad to read some feedback from those of you who are interested in how REST-based web ser

Re: Web services for Django...

2005-09-23 Thread Amit Upadhyay
Hi Jason, I have been thinking of the same thing, and I have an implementation at http://code.djangoproject.com/ticket/547. Its a near literal copy of SimpleXMLRPCServer, long live open source :-) Jason Huggins wrote: > Has anyone else thought about how SOAP or XML-RPC would work with > Django'

Re: Web services for Django...

2005-09-11 Thread [EMAIL PROTECTED]
Agree. It would be usefull if we could use the same validation code for a html form and for a AJAX (with xmlrpc and json). It could be done by splitting parse of raw_post_data to Python structure and validation of it.

Web services for Django...

2005-08-30 Thread Jason Huggins
Has anyone else thought about how SOAP or XML-RPC would work with Django's Manipulators? Okay... here's the "back story" to the question... I have a "pre-alpha" web services layer (currently it's just for XML-RPC, but I'd like to add SOAP, and even -- gasp-- the Atom protocol). It's composed of