aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/app_engine_server/gae_shell/README
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2009-12-01 13:02:31 -0800
committerXavier Ducrohet <xav@android.com>2009-12-01 13:02:31 -0800
commitaa970a49713734c20fdde6e50e9de6ef33308901 (patch)
tree3dd3aed54e8ec739ea8e750e3f9ea12e49bd0ffb /scripts/app_engine_server/gae_shell/README
parentf200375d590efd084142d60058ce6c9543a1b9cd (diff)
downloadsdk-aa970a49713734c20fdde6e50e9de6ef33308901.zip
sdk-aa970a49713734c20fdde6e50e9de6ef33308901.tar.gz
sdk-aa970a49713734c20fdde6e50e9de6ef33308901.tar.bz2
Clean up the content of scripts/ folder.
- move back some scripts into development/scripts/ - templates for Ant project go in sdk/templates/ - files that are packaged with the sdk go in sdk/files/
Diffstat (limited to 'scripts/app_engine_server/gae_shell/README')
-rw-r--r--scripts/app_engine_server/gae_shell/README17
1 files changed, 0 insertions, 17 deletions
diff --git a/scripts/app_engine_server/gae_shell/README b/scripts/app_engine_server/gae_shell/README
deleted file mode 100644
index 5b0089f..0000000
--- a/scripts/app_engine_server/gae_shell/README
+++ /dev/null
@@ -1,17 +0,0 @@
-An interactive, stateful AJAX shell that runs Python code on the server.
-
-Part of http://code.google.com/p/google-app-engine-samples/.
-
-May be run as a standalone app or in an existing app as an admin-only handler.
-Can be used for system administration tasks, as an interactive way to try out
-APIs, or as a debugging aid during development.
-
-The logging, os, sys, db, and users modules are imported automatically.
-
-Interpreter state is stored in the datastore so that variables, function
-definitions, and other values in the global and local namespaces can be used
-across commands.
-
-To use the shell in your app, copy shell.py, static/*, and templates/* into
-your app's source directory. Then, copy the URL handlers from app.yaml into
-your app.yaml.