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
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
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