Re: [ANN] django-synth, a bridge to Synth's C++ template engines

2014-09-02 Thread Michael Buckley
On Sunday, August 31, 2014 10:43:48 PM UTC+2, Aymeric Augustin wrote: > > If you look at the first email in this thread, you’ll see that > django_synth provides its own template loader. > > Sure it does, but does that mean I can do this? TEMPLATE_LOADERS = ( ('django.template.loaders.cached.

Re: [ANN] django-synth, a bridge to Synth's C++ template engines

2014-08-31 Thread Michael Buckley
I have seen benchmarks that show Django can process its templates faster if you use django.template.loaders.cached.Loader. Does django_synth work with that, what effect does that have on the benchmarks? -- You received this message because you are subscribed to the Google Groups "Django devel