So you are trying to turn an HTTP request that comes in as a GET into a
POST?  That strikes me as a bit odd.  I don't know why what you are doing
works under the development server but not in production (you give no
details on your production environment), but note that the documentation for
HttpRequest objects (
http://www.djangoproject.com/documentation/request_response/) states:

All attributes except session should be considered read-only.

So, attempting to change request.method looks like the wrong approach.
Perhaps some more background on the overall problem would enable people to
suggest a better approach.

Karen

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to