Hi Michael, 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 For things such as ajax abstraction. The long term vision is to be able to create apps and widgets that will run on any python framework unmodified except for calls to the database etc.
Timothy Thursday, February 28, 2013 11:43:04 PM UTC-5, Michael Torrie wrote: > On 02/28/2013 06:48 PM, timothy crosley wrote: > > > I've been working on a web development framework that integrates several > > popular QT features (such as a graphical template builder, signal / slots, > > ui's built by objects) for the last few years, and I was hoping that some > > people here might find it useful. > > > > > > If you are interested the main link for the widgets is > > http://www.webelements.in > > > and the link for the framework overall is http://www.webbot.ws > > > > Very professional-looking pages, I must say! > > > > How would your framework fit into a framework such as Django? In other > > words, could it be used as the "view" part of django? Or is it meant to > > completely replace a traditional web framework? -- http://mail.python.org/mailman/listinfo/python-list