Re: cheetah + django

2006-10-01 Thread anil
hi malcolm what a lovely mail indeed i m almost an expert in using cheetah templating system but not configuring it to work with httpresponse once i have it going i shud be able to get it going without {{{ and % in django templating language personally love cheetah because it is very similar to JS

Re: cheetah + django

2006-10-01 Thread Malcolm Tredinnick
On Sun, 2006-10-01 at 10:21 +, anil wrote: > Dear Malcolm thanks a lot > I found this in webpy for generating cheetah templates by default > I call > web.render('index.html') That should act as a substitute for Django's Template.render() call. So wherever you would normally retrieve a Django

Re: cheetah + django

2006-10-01 Thread anil
Dear Malcolm thanks a lot I found this in webpy for generating cheetah templates by default I call web.render('index.html') Can you tell me where I can use this in Django or what part of django i need to use. As you can see I m fairly a newbie Thanks Anil index.html 1675 def render(template

Re: cheetah + django

2006-09-30 Thread Malcolm Tredinnick
On Sat, 2006-09-30 at 09:42 +, anil wrote: > import and use Cheetah's > > template-loading and rendering functions instead of Django's. > can you give me an example of how to do this The Cheetah website gives a simple example of how to produce output from Cheetah templates ([1]). In Django,

Re: cheetah + django

2006-09-30 Thread anil
import and use Cheetah's > template-loading and rendering functions instead of Django's. can you give me an example of how to do this thanks ANil James Bennett wrote: > On 9/30/06, anil <[EMAIL PROTECTED]> wrote: > > how do i use cheetah templates with django > > I have heard a lot about phenomen

Re: cheetah + django

2006-09-29 Thread James Bennett
On 9/30/06, anil <[EMAIL PROTECTED]> wrote: > how do i use cheetah templates with django > I have heard a lot about phenomenal decoupling abilities of django Do everything just as you would normally with Django, but when it comes time to render a template, import and use Cheetah's template-loadin

cheetah + django

2006-09-29 Thread anil
how do i use cheetah templates with django I have heard a lot about phenomenal decoupling abilities of django thanks ANil --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,