Templating engines that work very well with Python/Django

2014-01-17 Thread San D
Can someone suggest a few templating engines that work really well with Django 
and help in coding efficiency?

Where can I fin comparison of tempating engines I can find to know their pros 
and cons?

Thanks.
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Templating engines that work very well with Python/Django

2014-01-17 Thread Marc Aymerich
On Fri, Jan 17, 2014 at 6:22 PM, San D sda...@gmail.com wrote:
 Can someone suggest a few templating engines that work really well with 
 Django and help in coding efficiency?

 Where can I fin comparison of tempating engines I can find to know their pros 
 and cons?

I believe the most widely used template engine in Django is The
Django template language itself :)

https://docs.djangoproject.com/en/dev/topics/templates/

However the cool kids are always talking about switching to jinja2, a
simple google search like

jinja2 django

could be a good starting point for finding good comparatives between both.

-- 
Marc
-- 
https://mail.python.org/mailman/listinfo/python-list