Add web based python shell to Melange.
commitf0f96291bb0f0ca4ef88afd0c1390f4bbaebfc67
authorPawel Solyga <Pawel.Solyga@gmail.com>
Sun, 24 May 2009 20:29:54 +0000 (24 22:29 +0200)
committerPawel Solyga <Pawel.Solyga@gmail.com>
Sun, 24 May 2009 20:29:54 +0000 (24 22:29 +0200)
tree3fe3bd92d34918cd3093d2deaa8ef868896ed12f
parentc3fb2644c3194871f4771bf424b07e4a2798089e
Add web based python shell to Melange.

It is accessible via http://host/admin/shell url and requires developer rights.
Shell project is part of google-app-engine-samples. This commit moves django configuration from main.py to separate gae_django.py module. Shell project has been modified in order to work correctly with django 1.0+. Build script has been updated and includes shell folder and gae_django.py file.

http://code.google.com/p/google-app-engine-samples/source/browse/trunk/shell/
app/app.yaml.template
app/gae_django.py [new file with mode: 0644]
app/main.py
app/settings.py [changed mode: 0644->0755]
app/shell/README [new file with mode: 0644]
app/shell/__init__.py [new file with mode: 0644]
app/shell/shell.py [new file with mode: 0644]
app/shell/static/shell.js [new file with mode: 0644]
app/shell/static/spinner.gif [new file with mode: 0644]
app/shell/templates/shell.html [new file with mode: 0644]
scripts/build.sh