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 comes out to "/polls/1/results". So I get a 404 and am stuck. How can I get the /mysite put back into there, properly (besides just prefixing the string there)?
--~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---