QT Inspired web development framework for python

Ian Kelly ian.g.kelly at gmail.com
Fri Mar 1 15:30:08 EST 2013


On Fri, Mar 1, 2013 at 1:02 PM, timothy crosley
<timothy.crosley at gmail.com> wrote:
> Thanks! Since it simply produces html it can integrate very cleanly with django, or
> Any other framework that allows returning raw html. To be more specific,  in django withing a view function you can return a response object that contains the HTML produced by WebElements. In the future I plan on adding even more django integration

Is the intention here that the Django view would invoke WebElements at
run-time to generate the HTML, or might one use WebElements to
pre-compile HTML and JS, which could then be processed through
Django's template engine?



More information about the Python-list mailing list