On 8/17/06, Seth Buntin <[EMAIL PROTECTED]> wrote:
> So I need to redirect to another page and send the contents of the
> POSTed data somehow?

No, you need to deal with the POSTed data (save it to a database, or
do whatever you need to do with it), and, when you're done, return an
HttpResponseRedirect rather than an HttpResponse.

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.com

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

Reply via email to