I'm sure this is something simple, but I'm a bit stumped. It's been a while since i've don't this, and obviously I'm missing something
I have my django app installed on server. When I go to any URL that matches something in the urls.py file, I get a blank page. As in the server is returning a 200, but there is no data at all in the page that's returned. What's weird is, if I request a URL that's not in urls.py, I get the usual Django error page about it. Also, it will redirect properly from /foo to /foo/ Any ideas? Here's the appropriate part from my apache config file: <Location "/"> SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE bfordham.settings PythonDebug On PythonPath "['/home/bfordham/websites/bfordham/trunk/'] + sys.path" </Location> -- Thanks --B --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---