Re: RESTful API

2007-04-25 Thread David Larlet
2007/4/25, John Sutherland <[EMAIL PROTECTED]>: > > Evening, > > I've put the RESTful API code that I mentioned in ticket 2553[1]. A > few people have requested the code and so it's now in a Google code > project: > <http://code.google.com/p/django-cr

Re: RESTful API

2007-04-25 Thread Kyle Fox
Looks cool... views.py (line 26): mimetype = MIMETYPE.get(format, 'text/plain') Should that be _MIMETYPE? Earlier you declare a _MIMETYPE dictionary, but I don't see MIMETYPE anywhere. --~--~-~--~~~---~--~~ You received this message because you are subscribed t

RESTful API

2007-04-24 Thread John Sutherland
Evening, I've put the RESTful API code that I mentioned in ticket 2553[1]. A few people have requested the code and so it's now in a Google code project: <http://code.google.com/p/django-crudapi/> Ideas? Suggestions? Requests? Cheers, John. [1] <http://code.djangoproj