Not reading from TEMPLATE_DIRS in settings.py

2012-08-14 Thread madala
Have followed tutorial 2 instructions carefully. So far everything has worked as described in tutorials but cannot get django to load files from my own template directory. Seems a very simple problem. here's the part of my settings.py: TEMPLATE_DIRS = ( '/home/madala/W

Re: Not reading from TEMPLATE_DIRS in settings.py

2012-08-17 Thread madala
/ HTTP/1.1" 500 59 On Tuesday, 14 August 2012 14:54:45 UTC+1, ephan wrote: > > Have you checked the permissions of the directory and template > files? > run ls -l in the parent directory of the template folder and inside > the folder itself . > madala wrote: > >

Re: Not reading from TEMPLATE_DIRS in settings.py

2012-08-17 Thread madala
500 59 On Tuesday, 14 August 2012 14:59:11 UTC+1, Alexis Roda wrote: > > Al 14/08/12 12:50, En/na madala ha escrit: > > > > So I carried on and started tutorial 3 till I got halfway down and had > > to do same thing but no matter what I try can't get Django to r

Re: Not reading from TEMPLATE_DIRS in settings.py

2012-08-17 Thread madala
ou get this error do you see your template dir listed on the > error/debug page ? > > On Fri, Aug 17, 2012 at 2:46 PM, madala > > wrote: > > Thanks you for replying. Here is traceback: > > > > Traceback (most recent call last): > > File "/usr/l

Re: Not reading from TEMPLATE_DIRS in settings.py

2012-08-17 Thread madala
14/08/12 12:50, En/na madala ha escrit: > > > > So I carried on and started tutorial 3 till I got halfway down and had > > to do same thing but no matter what I try can't get Django to recognize > > my directories. > > > > Can anyone see where

Re: Not reading from TEMPLATE_DIRS in settings.py

2012-08-17 Thread madala
ve you checked the permissions of the directory and template > files? > run ls -l in the parent directory of the template folder and inside > the folder itself . > madala wrote: > > Have followed tutorial 2 instructions carefully. So far everything has > > worked as describ