On Fri, Sep 30, 2011 at 7:35 PM, Anthony <[email protected]> wrote:
> We've already got http://www.web2py.com/demo_admin/default/site. I wonder > if we could enable people to create their own apps and have them live for a > day or so (the TryFlask apps last for 12 hours, and can be exported). > > Anthony > I mean having a live web based shell, where people can create mem db = DAL(None) or db = DAL('sqlite://memory') and deal with DAL and web2py helpers API.

