Re: New contribution announcement: RESTful model views.

2007-04-07 Thread johnny
I am python newb. But I came across this thread. It sound like someone has attempted it and it's in google source. http://groups.google.com/group/django-users/browse_thread/thread/2f2840572fc99fc3/e045e3ef43b2a607?lnk=gst&q=raw_post_data&rnum=2# --~--~-~--~~~---~--~

Re: New contribution announcement: RESTful model views.

2007-03-22 Thread [EMAIL PROTECTED]
Malcolm, I have re-read your response several times, and although I'm sure I haven't fully digested everything yet, it definitely got me thinking of the contribution in new ways. I actually posted my reactions to your message, along with other REST musings, on my blog, as its rather long, and the

Re: New contribution announcement: RESTful model views.

2007-03-17 Thread [EMAIL PROTECTED]
PUT v POST I've been using REST APIs for a while. My flash developers have some issues with calling a PUT on older codebases. I have to break religion a bit and allow POST to work as a PUT to keep the flash simple. It is really easy to call POST/GET from actionscript 2.0 I'm looking forward t

Re: New contribution announcement: RESTful model views.

2007-03-17 Thread [EMAIL PROTECTED]
Thanks for the encouragement. In retrospect, I probably was being too haphazard with terminology in my email, and elsewhere. I'll definitely think about the examples you gave and keep trying to make sense of REST. On Mar 17, 2:39 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Sat, 2007-03

Re: New contribution announcement: RESTful model views.

2007-03-17 Thread Malcolm Tredinnick
On Sat, 2007-03-17 at 18:05 +, [EMAIL PROTECTED] wrote: > Malcolm, > > Thank you for your thoughtful reply, although I think its going to > take me several re-readings to get a handle on it all. If I have the > gist of it, it sounds like you're saying that a good design based on a > thorough

Re: New contribution announcement: RESTful model views.

2007-03-17 Thread [EMAIL PROTECTED]
Malcolm, Thank you for your thoughtful reply, although I think its going to take me several re-readings to get a handle on it all. If I have the gist of it, it sounds like you're saying that a good design based on a thorough understanding of REST and a few conventions or best practices using the

Re: New contribution announcement: RESTful model views.

2007-03-17 Thread Malcolm Tredinnick
On Sat, 2007-03-17 at 14:53 +, [EMAIL PROTECTED] wrote: > I recently began a new project to implement (as much as possible) pure > REST within Django in a way that fits with Django's approach to Web > development: > > django-restful-model-views > http://code.google.com/p/django-restful-model-