Re: Should $HOME be an absolute path?

2007-03-29 Thread James Bennett
On 3/29/07, topper <[EMAIL PROTECTED]> wrote: > Still, $HOME is a normal UNIX environmental variable, and because > Django does use those in other places (i.e django_settings), a user > could think that environment variables are accessible from Django. And > when the user is told in Template

Re: Should $HOME be an absolute path?

2007-03-29 Thread Honza Král
On 3/30/07, topper <[EMAIL PROTECTED]> wrote: > > Hi, > > I've just (maybe stupidly on my behalf) spent an hour digging through > Django code to find out why Django thought the template at $HOME/web/ > my_site/templates/home_page.html doesn't exist. The answer is that I > in the TEMPLATE_DIRS