Re: Should $HOME be an absolute path?

2007-03-29 Thread topper
On Mar 30, 1:28 am, "Honza Král" <[EMAIL PROTECTED]> wrote: > 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 Dja

Should $HOME be an absolute path?

2007-03-29 Thread topper
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 tuple need to to use the 'full' full path