On Sun, Mar 29, 2009 at 11:18 AM, Rob Hudson <treborhud...@gmail.com> wrote:

>
> This is a stumper...
>
> I have a very simple view that is a wrapper around the generic view
> direct_to_template.  The loader finds the template as indicated in the
> output "(File exists)", but yet I still get a TemplateDoesNotExist
> error.  Any ideas?
>

That generally means the permissions don't allow the code to access the
file.  You don't mention if this happens with the dev server (which would
surprise me, since you can load the template from the shell) or only with a
real web server. If it's only with the real web server than I expect the
permissions need to be fixed so that the web server can read the template
file.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to