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.
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
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
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
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
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
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
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
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
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
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
11 matches
Mail list logo