I can't seem to get django to handle a PUT request.

I've googled quited a bit and there seems to be some RESTful
interfaces available for django, however, I can't seem to get any of
them to work because the PUT request gets a 301 direct to a GET
request.

I created my own middleware where I can see it getting the PUT
request, however, I can not find where in the request I can get at the
PUT data.

Please let me know what I am doing wrong.  Currently I am running with
the built-in web server in django.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to