On Sun, Jun 5, 2011 at 11:23 PM, Christopher <artha...@gmail.com> wrote:

> Martin
>
> Just to let you know, moving the templates directory to the root of my
> project did indeed work.  I no longer get that exception.  However, I
> would still like to know why django was telling me that the file does
> not exist when it clearly does.  I posted my virtual host config so if
> you, or anyone else is interested...
>

I'd guess the web server did not have permissions to read the template when
it was somewhere under your home directory. Usually you will see "File
exists" for that case, but perhaps if the lack of permission extended higher
up in the tree, the web server would not even be able to detect the
existence of the file.

Karen
-- 
http://tracey.org/kmt/

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