Re: Can't move down then up the directory tree for inserting of html files

2010-11-15 Thread Tom Evans
On Mon, Nov 15, 2010 at 2:42 PM, Brian wrote: > Tom, Thanks again. > > If so, stop trying - you cannot do -->  just to be clear: > I like to do this: > src > ├── settings.py > │ > ├── templates > │   ├── logos > │   │   ├── logo1.html > │   │   └── logo2.html > │   └── titles > │       ├── title1.

Re: Can't move down then up the directory tree for inserting of html files

2010-11-15 Thread Brian
Tom, Thanks again. If so, stop trying - you cannot do --> just to be clear: I like to do this: src ├── settings.py │ ├── templates │ ├── logos │ │ ├── logo1.html │ │ └── logo2.html │ └── titles │ ├── title1.html │ └── title2.html ├── main │ ├── page.html <-- in here I li

Re: Can't move down then up the directory tree for inserting of html files

2010-11-15 Thread Tom Evans
On Mon, Nov 15, 2010 at 1:49 PM, Brian wrote: > Tom > > 1) the LOGO.html file contains the name of the directory it's in. (ex: > Logo.html in the root will display C:\ROOT) So when I run the web page > it displays all the Logo files that got included. When I run I have > multiple Logo files from u

Re: Can't move down then up the directory tree for inserting of html files

2010-11-15 Thread Brian
Tom 1) the LOGO.html file contains the name of the directory it's in. (ex: Logo.html in the root will display C:\ROOT) So when I run the web page it displays all the Logo files that got included. When I run I have multiple Logo files from up the tree but none from down. 2) I tried multiple tuple

Re: Can't move down then up the directory tree for inserting of html files

2010-11-15 Thread Tom Evans
On Sun, Nov 14, 2010 at 10:34 PM, Brian wrote: > Daniel, thanks for the help!, I really appreciate it. > > Believe me, I simplified this to nothing: > > 1) I have LOGO.html in all directories with only the current directory > name in the html file (/lib = directory of LOGO.html file) How does tha

Re: Can't move down then up the directory tree for inserting of html files

2010-11-14 Thread Brian
Daniel, thanks for the help!, I really appreciate it. Believe me, I simplified this to nothing: 1) I have LOGO.html in all directories with only the current directory name in the html file (/lib = directory of LOGO.html file) 2) the home.html file has about 30 deferent include statements so I can

Re: Can't move down then up the directory tree for inserting of html files

2010-11-14 Thread Daniel Roseman
On Nov 14, 1:28 pm, Brian wrote: > Thanks for the help, Still can not get it to work. > > I changed TEMPLATE_DIRS setting 30 ways. > > I can't seem to move down the dir tree for inserting of html files > using  {% include "file" %} statement, Works just fine to any where up > the tree, i can go up

Re: Can't move down then up the directory tree for inserting of html files

2010-11-14 Thread Brian
Thanks for the help, Still can not get it to work. I changed TEMPLATE_DIRS setting 30 ways. I can't seem to move down the dir tree for inserting of html files using {% include "file" %} statement, Works just fine to any where up the tree, i can go up 3,4 levels just fine, but can not go down eve

Re: Can't move down then up the directory tree for inserting of html files

2010-11-10 Thread Shawn Milochik
On Wed, Nov 10, 2010 at 4:42 PM, Brian wrote: > Dan, Thanks for the reply. > > I just can not get it to work. Works just fine in same or any > directory under the dir that the .py file is in. > > I played with TEMPLATE_DIRS setting without any luck, tested to the > root dir and still does not work

Re: Can't move down then up the directory tree for inserting of html files

2010-11-10 Thread Brian
Dan, Thanks for the reply. I just can not get it to work. Works just fine in same or any directory under the dir that the .py file is in. I played with TEMPLATE_DIRS setting without any luck, tested to the root dir and still does not work even with "../Top.html" in the dir under it. On Nov 10, 4

Re: Can't move down then up the directory tree for inserting of html files

2010-11-10 Thread Daniel Roseman
On Nov 10, 2:32 am, Brian wrote: > Thanks for the help. > I'm using Python 2.5 and Django Template 1.1 > > I can't seem to move down then up the directory tree for inserting of > html files using  {% include file %} statement > > Sample dir structure: > root/ > root/lib/ > root/lib/Top.html > root