RE: 1.0 tutorial Pt. 4, Poll Detail form appends action to redirect URL

2009-05-26 Thread Allan Ripley
co.uk] Sent: Tuesday, May 26, 2009 4:04 AM To: django-users@googlegroups.com Subject: Re: 1.0 tutorial Pt. 4, Poll Detail form appends action to redirect URL On 26 May 00:28, Allan wrote: > > I'm completely around the axle on this. > --

Re: 1.0 tutorial Pt. 4, Poll Detail form appends action to redirect URL

2009-05-26 Thread Brett Parker
On 26 May 00:28, Allan wrote: > > I'm completely around the axle on this. > - > ** The log: > [26/May/2009 00:06:43] "GET /polls/1/detail/ HTTP/1.1" 200 333 > [26/May/2009 00:06:49] "POST /polls/1/detail/vote/ HTTP/1.1" 404 2314

1.0 tutorial Pt. 4, Poll Detail form appends action to redirect URL

2009-05-26 Thread Allan
I'm completely around the axle on this. - ** The log: [26/May/2009 00:06:43] "GET /polls/1/detail/ HTTP/1.1" 200 333 [26/May/2009 00:06:49] "POST /polls/1/detail/vote/ HTTP/1.1" 404 2314 ** The 404: Using the URLconf defined in m