Re: TemplatePages directory

2006-08-28 Thread Baurzhan Ismagulov
On Sun, Aug 27, 2006 at 10:36:29AM +0100, Derek Hoy wrote: > On 8/25/06, Baurzhan Ismagulov <[EMAIL PROTECTED]> wrote: > > I add /dir to PYTHONPATH. In this layout, I have to put the html > > templates to /dir/verdjnlib/templatepages/templates/templatepages. How > > can I customize the direc

Re: TemplatePages directory

2006-08-27 Thread Derek Hoy
On 8/25/06, Baurzhan Ismagulov <[EMAIL PROTECTED]> wrote: > I add /dir to PYTHONPATH. In this layout, I have to put the html > templates to /dir/verdjnlib/templatepages/templates/templatepages. How > can I customize the directory without modifying verdjnlib for each > project? It will fin

TemplatePages directory

2006-08-25 Thread Baurzhan Ismagulov
Hello, I'm trying TemplatePages. So far, it does what I want, namely, avoid writing a views.py function for every static page. Some issues: * I have the following directory structure: /dir/myprj/myapp/ /dir/verdjnlib/ I add /dir to PYTHONPATH. In this layout, I have to put the html temp