Re: Deploying Django tutorial part 4, redirecting problem, apache error

2009-01-18 Thread JCorey
On Jan 18, 9:39 am, ptone wrote: > In the tutorial, the form action in the poll_detail template is > hardcoded to "/polls/..." > > So the browser is doing what's been explicitly asked of it, despite > Django doing its best to deal gracefully with your mounting the app > at /mysite. The same thin

Tutorial Part 4 with mod_python

2009-01-15 Thread JCorey
I've gotten to the fourth part of the tutorial in my Apache/mod_python setup, and I have run into trouble with the reverse() call in the vote function. Like the mod_python guide, I set the Apache Location directive to /mysite. django.root is also set to /mysite. But the reverse() call only come