Lars Stavholm wrote: > Hi All, > > got a problem that's slowly driving me crazy: > > http://mbf takes me to my apache+mod_python+django application. > > However, if I click a link, e.g. http://mbf/jobs, I get the > following exception: > > TypeError at jobs/ > 'NoneType' object is not iterable > Request Method: GET > Request URL: http://mbfjobs/ > [snip] > > Notice the Request URL, there's a slash missing, > something along the way removed the slash. > > If I try http://mbf//jobs, I end up at the right place. > > Can anyone tell me what it is that is removing that slash?
Found the culprit in httpd.conf: PythonOption django.root / Commenting out that line solved the problem. We're using a VirtualHost definition, so it seems django.root should not be set for a VirtualHost. /L --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---