Re: Django Template System with no Django instalation

2010-02-11 Thread Matías Iturburu
On Thu, Feb 11, 2010 at 9:35 PM, creecode wrote: > Hello Gerson, > > This might give you a starting point < > > http://docs.djangoproject.com/en/dev/ref/templates/api/#configuring-the-template-system-in-standalone-mode > >. > There is no clean way to use the template language without django (you

Re: Django Template System with no Django instalation

2010-02-11 Thread creecode
Hello Gerson, This might give you a starting point < http://docs.djangoproject.com/en/dev/ref/templates/api/#configuring-the-template-system-in-standalone-mode>. On Feb 11, 8:43 am, Gerson Goulart wrote: > Is it possible to have the Django Template System running straight > over Apache without t

Django Template System with no Django instalation

2010-02-11 Thread Gerson Goulart
Is it possible to have the Django Template System running straight over Apache without the need of the whole Django Framework instaled, let's say, to make it possible to use this template system with other systems made in other languages such Java, just using this TPL system process the output in A