Re: URL Trouble

2010-07-07 Thread Bradley Hintze
Thanks, that was it! On Wed, Jul 7, 2010 at 5:54 PM, Daniel Roseman wrote: > On Jul 7, 10:48 pm, Bradley Hintze > wrote: >> Hi all, >> >> I am trying to followhttp://docs.djangoproject.com/en/1.2/topics/forms/ >> >> I put contact.html in myTemplates. >> >> But when I try to bring up '../contact'

Re: URL Trouble

2010-07-07 Thread Daniel Roseman
On Jul 7, 10:48 pm, Bradley Hintze wrote: > Hi all, > > I am trying to followhttp://docs.djangoproject.com/en/1.2/topics/forms/ > > I put contact.html in myTemplates. > > But when I try to bring up '../contact' i get a 404 error. Here are the > details. > > Using the URLconf defined in testing123

URL Trouble

2010-07-07 Thread Bradley Hintze
Hi all, I am trying to follow http://docs.djangoproject.com/en/1.2/topics/forms/ I put contact.html in myTemplates. But when I try to bring up '../contact' i get a 404 error. Here are the details. Using the URLconf defined in testing123.urls, Django tried these URL patterns, in this order: ^tes