Re: Reading an entire template into a string

2008-04-14 Thread nandu
On Apr 15, 8:16 am, nandu <[EMAIL PROTECTED]> wrote: > On Apr 14, 8:42 pm, Alex Koshelev <[EMAIL PROTECTED]> wrote: > > > Not render, just load. > > > I think `django.template.loader.find_template_source` can help > > > On Apr 14, 4:17 pm, Darryl Ross <[EMAIL PROTECTED]> wrote: > > Thank you

Re: Reading an entire template into a string

2008-04-14 Thread nandu
On Apr 14, 8:42 pm, Alex Koshelev <[EMAIL PROTECTED]> wrote: > Not render, just load. > > I think `django.template.loader.find_template_source` can help > > On Apr 14, 4:17 pm, Darryl Ross <[EMAIL PROTECTED]> wrote: Thank you for your reply. I tried using

Re: Reading an entire template into a string

2008-04-14 Thread Alex Koshelev
Not render, just load. I think `django.template.loader.find_template_source` can help On Apr 14, 4:17 pm, Darryl Ross <[EMAIL PROTECTED]> wrote: > nandu wrote: > > Dear Folks, > > > I wish to read an entire template into a string or at least use a > > method in django.template that will output

Re: Reading an entire template into a string

2008-04-14 Thread Darryl Ross
nandu wrote: Dear Folks, I wish to read an entire template into a string or at least use a method in django.template that will output the template as a string. Note I am not trying to render the template I am just trying to save it in a string. I hope you can help me in this request or at

Reading an entire template into a string

2008-04-14 Thread nandu
Dear Folks, I wish to read an entire template into a string or at least use a method in django.template that will output the template as a string. Note I am not trying to render the template I am just trying to save it in a string. I hope you can help me in this request or at least point me in