Built-in support for Jinja2 in Django

2014-10-03 Thread Jesus Noland
This is greatly needed. Thanks for taking this on. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsu

Re: Built-in support for Jinja2 in Django

2014-10-02 Thread Aymeric Augustin
On 2 oct. 2014, at 14:35, Josh Smeaton wrote: > - The pluggable solution works well when you have a common interface, but a > different implementation in the backend. Have you thought about how to > support differences in syntax (interface) between various templating > libraries? Yes, I have.

Re: Built-in support for Jinja2 in Django

2014-10-02 Thread Josh Smeaton
Nice! I've thought about trying to tackle this myself, but never got past the thinking stage. Thanks for taking this on Aymeric. I've got a couple of technical/design questions. > I’ve been thinking about providing built-in support for Jinja2 in Django. I found that support

Re: Built-in support for Jinja2 in Django

2014-10-02 Thread Bruno Ribeiro da Silva
> On Thu, Oct 2, 2014 at 3:04 AM, Aymeric Augustin > polytechnique.org> wrote: >> >>> Hello, >>> >>> I've been thinking about providing built-in support for Jinja2 in >>> Django. I found that supporting pluggable template engines, like Django >>&g

Re: Built-in support for Jinja2 in Django

2014-10-02 Thread Gwildor Sok
wrote: > > > On Thu, Oct 2, 2014 at 3:04 AM, Aymeric Augustin < > aymeric@polytechnique.org > wrote: > >> Hello, >> >> I've been thinking about providing built-in support for Jinja2 in Django. >> I found that supporting pluggable template engines, like D

Re: Built-in support for Jinja2 in Django

2014-10-01 Thread Russell Keith-Magee
On Thu, Oct 2, 2014 at 3:04 AM, Aymeric Augustin < aymeric.augus...@polytechnique.org> wrote: > Hello, > > I've been thinking about providing built-in support for Jinja2 in Django. > I found that supporting pluggable template engines, like Django does for > databases,

Built-in support for Jinja2 in Django

2014-10-01 Thread Aymeric Augustin
Hello, I've been thinking about providing built-in support for Jinja2 in Django. I found that supporting pluggable template engines, like Django does for databases, caches, etc. would be the most elegant solution. The best summary I have at this time is on the crowdfunding campaign&#