On Sun, Oct 18, 2009 at 8:41 PM, Christophe Pettus <x...@thebuild.com> wrote:
> > Greetings, > > I'm installing Django on a Centos 5.3 system, running under mod_wsgi > on Apache, using Django 1.1.1. In a very basic install, when I > attempt to access the /admin/ URL, I get the above error... but the > templates are there: > > thebu...@blog templates]$ ls /opt/python2.6/lib/python2.6/site- > packages/django/contrib/admin/templates/admin > > [snip] > Any guidance on what I might be doing wrong? Thanks! > If you run with DEBUG=True the debug page produced for TemplateDoesNotExist will include a template loader postmortem that lists what loaders were tried, what files each tried, and what the results were. That output would be useful in diagnosing what is going wrong in your case. Karen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---