Re: how to integrate kid template with django

2006-06-14 Thread Roger Sun
Hi, Simon, Thanks for your help. ~_~. Best regards, roger On 6/14/06, Simon Willison <[EMAIL PROTECTED]> wrote: > > > On 14 Jun 2006, at 12:52, Roger Sun wrote: > > > I don't like the django templates, can i use kid ? > > if can, how can i do then? > > Yes you can. Here's an example:

Re: how to integrate kid template with django

2006-06-14 Thread Simon Willison
On 14 Jun 2006, at 12:52, Roger Sun wrote: > I don't like the django templates, can i use kid ? > if can, how can i do then? Yes you can. Here's an example: from django.http import HttpResponse import kid def index(request): # Set up any variables you might want to use template = kid.Te

how to integrate kid template with django

2006-06-14 Thread Roger Sun
hi, everybody. I don't like the django templates, can i use kid ? if can, how can i do then? thanks. -- welcome: http://www.webwork.cn --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post