Manlio Perillo wrote:
> Questo significa che devi fare i salti mortali se ad esempio vuoi
> usare il sistema di templating di Django in altre applicazioni;

*cough* Salti mortali? Son quattro istruzioni, eh:

    from django.conf import settings
    from django.template.loader import render_to_string

    settings.configure(TEMPLATE_DIRS=['./'])
    output = render_to_string('tpl.html')

E te l'avevo pure mandato, lo script co'sta roba dentro. ;-)

-- 
Nicola Larosa - http://www.tekNico.net/

I tried Ruby on Rails, knowing no Ruby, and got pretty far, but very
frustrated. I tried Django, knowing no Python, and got most places
I wanted to get. Django++. - Bradley Whittington, August 2006


_______________________________________________
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python

Reply via email to