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

2014-09-16 Thread Vladimir U.
Alvaro J. Genial It would be great if someone with C++ backgrounds could participate in the development of fast Json Encoderr/Decoder - https://github.com/esnme/ultrajson (They license similar to Apache and it seems they moved away fro

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 Aymeric Augustin
On 31 août 2014, at 21:36, Michael Buckley wrote: > 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? If you look at the first email in

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

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

2014-08-24 Thread Shai Berger
Hi, As this is the 4th example I see of a templating engine that is inspired by the Django Template Language, I started a small collection of them on the wiki[1]. I usually work with other parts of Django, but thought people who are more into the front-end might find this interesting. HTH,

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

2014-08-19 Thread Russell Keith-Magee
On Wed, Aug 20, 2014 at 3:00 AM, Alvaro J. Genial wrote: > > > On Wednesday, August 6, 2014 7:51:09 PM UTC-4, Russell Keith-Magee wrote: >> >> Hi Alvaro, >> >> Firstly - congratulations - sounds like an interesting package. However, >> you may find that django-users is a better forum to announce

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

2014-08-19 Thread Alvaro J. Genial
On Wednesday, August 6, 2014 7:51:09 PM UTC-4, Russell Keith-Magee wrote: > > Hi Alvaro, > > Firstly - congratulations - sounds like an interesting package. However, > you may find that django-users is a better forum to announce something like > that. Django-developers is the forum for discussi

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

2014-08-06 Thread Russell Keith-Magee
Hi Alvaro, Firstly - congratulations - sounds like an interesting package. However, you may find that django-users is a better forum to announce something like that. Django-developers is the forum for discussing the development of Django itself, and while most of the people on this list also use d

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

2014-08-06 Thread Alvaro J. Genial
Howdy, I'd like to announce a beta release of django-synth, a Python package that enables the seamless use of Synth in Django projects. Synth is a template parser and renderer written in C++ that features a complete, standalone imp