On Mar 3, 5:00 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > Terminal says: > > [03/Mar/2008 16:16:27] "GET /addorder/results HTTP/1.1" 200 898 > > This means you're not hitting the redirect line. The HTTP status code > for a redirect is 302, whereas this is showing a 200 response, which is > when you send back content.
Maybe I'm wrong, but I think it hit the redirect line, just redirected to the same page because of the missing $ on the url pattern. > It also says the request is a GET. So if this is the only thing that is > showing up, it means your POST is not being processed. The POST was processed, I shd have copied that from the terminal as well. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---