On Fri, Mar 1, 2013 at 1:02 PM, timothy crosley <timothy.cros...@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? -- http://mail.python.org/mailman/listinfo/python-list