Re: mod_python help needed

2006-10-16 Thread moberley
doug wrote: > the flatpages url must be LAST in the list of urls to try- not sure > why- but that fixed it. The flatpages pattern must be at the end of the patterns because an include pattern forwards the entire portion of the url request following the matched part. The flatpages pattern is an em

Re: mod_python help needed

2006-10-16 Thread doug
mystery solved -kinda- the flatpages url must be LAST in the list of urls to try- not sure why- but that fixed it. Doug thanks- Doug On Oct 15, 12:15 am, "moberley" <[EMAIL PROTECTED]> wrote: > doug wrote: > > I am setting up mod_python on test server and having some problems. I > > am getti

Re: mod_python help needed

2006-10-14 Thread moberley
doug wrote: > I am setting up mod_python on test server and having some problems. I > am getting 'it worked!' initially- I am able to access admin and set up > flatpages. But I hit a wall when just trying to do 'polls' app ... > getting 404s only . No problem when using development server. > > te

Re: mod_python help needed

2006-10-13 Thread doug
1-link above 'is' the test server/ 2-source is linked to svn code directly as described on djangoproject.com 3- 404 is django's see it here: http://oviparo.us/polls - Thanks Doug On Oct 13, 7:57 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Fri, 2006-10-13 at 11:30 +, doug

Re: mod_python help needed

2006-10-13 Thread Malcolm Tredinnick
On Fri, 2006-10-13 at 11:30 +, doug wrote: > I am setting up mod_python on test server and having some problems. I > am getting 'it worked!' initially- I am able to access admin and set up > flatpages. But I hit a wall when just trying to do 'polls' app ... > getting 404s only . No problem whe

mod_python help needed

2006-10-13 Thread doug
I am setting up mod_python on test server and having some problems. I am getting 'it worked!' initially- I am able to access admin and set up flatpages. But I hit a wall when just trying to do 'polls' app ... getting 404s only . No problem when using development server. test server with settings