The default template is not loading correctly. Check and verify your settings.py and make sure it is pointing to the absolute path e.g., TEMPLATE_DIRS ="/home/users/templates",
_Mario On Aug 20, 2:14 pm, Bryan Fordham <bford...@gmail.com> wrote: > It's athttp://bfordham.org/ > > The project runs from the root. It was set that way on the development > server, too, with no problem > > > > On Thu, Aug 20, 2009 at 11:11 AM, Mario<goober20...@gmail.com> wrote: > > > Bryan, > > > Can you post your project url? Also try changing from <Location "/"> > > to <Location "/bfordham"> > > > _Mario > > > On Aug 20, 12:33 pm, Bryan Fordham <bford...@gmail.com> wrote: > >> 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 > > -- > 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 -~----------~----~----~----~------~----~------~--~---