hello one and all, alright, so I have these seniors in college that need to learn some programming and I want them to use python and web2py as the development platform. I'd like to be able to store and manage their code (text) as a text field under PostgreSQL, but that would be transparent to the students. essentially, I'd like to create a web2py app, allow students to sign up and register and have a basic login, bring them to a default listing of their previous or current code projects, click on a project or start a new project, take them to the IDE, edit and save their code and then run it with the output as standard HTML in another tab or window.
to part that I am gray in is how can I insert the code (text) into the admin IDE of web2py from the text field, and then save the updated code back to the text field when they press Cmd-S to save their code? I guess I don't know how to implement the admin IDE outside of actually being a web2py regular admin. please advise, thank you, Lucas -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

