MY goal is to make the existing online shell that works on web2py admin
interface, to be free accessible by averyone to test the output of web2py
Helpers and API objects, even, DAL working in a memory or session instance.

I dont know if this is possible to do on GAE, and how to give multiple user
access to this.

sometimes we want to see what will be the output for example on :

>>> DIV(UL(*[LI('xpto') for n in range(1,100)]))

or teaching, we need to explain how web2py API works, we could have a
permalink to stored examples as this one.

This kind of tool will hellp to show the power of web2py API even for the
users who does not knows every possibility of API.

The questions:

1: Is it possible on GAE? (if not, no problem I can host)
2: Is it safe? how to make it safe?
3: Can we have multi access?

2010/10/28 Bruno Rocha <[email protected]>

> Since Shell does not works on
> http://web2py.com/demo_admin/shell/index/demo_app
>
> I am thinking on how can I implement a web2py interactive shell, running on
> GAE?
>
> I teach web2py for 3 schools and almost one in company training by week, so
> I always need to explain some example for the students, but now, I am
> starting my Online Course
> and I want to have a Online Shell for students to test the output of web2py
> Helpers and API.
>
> I like this kind of example:
>
> http://ironpython.net/ironpython/try/
>
> http://tryruby.org/
>
> http://try.mongodb.org/
>
> Anyone knows how we can do a free online web2py Shell running on GAE? (even
> if we need limitations)
> if GAE does not allow that, I can run on My own server under a virtualenv
> of webfaction.
>
> I am trying, if anyone can help, this could be useful for everyone.
>
> Tks
>



-- 

http://rochacbruno.com.br

Reply via email to