summaryrefslogtreecommitdiffstats
path: root/app.yaml
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@snark.mit.edu>2009-06-15 15:28:21 -0400
committerbryan newbold <bnewbold@snark.mit.edu>2009-06-15 15:28:21 -0400
commitf78236c4113d0d4e5019df316125e86a63befd07 (patch)
tree06267d37b36c2e86d659a0213e3cb010b1c294bb /app.yaml
parentc2c48ce70e942aaea78d6a2100411803db7ff8bf (diff)
downloadequator-f78236c4113d0d4e5019df316125e86a63befd07.tar.gz
equator-f78236c4113d0d4e5019df316125e86a63befd07.zip
more changes; BROKEN?
Diffstat (limited to 'app.yaml')
-rw-r--r--app.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/app.yaml b/app.yaml
index d9a5770..90885eb 100644
--- a/app.yaml
+++ b/app.yaml
@@ -1,5 +1,5 @@
application: yetanotherequator
-version: 1
+version: 2
runtime: python
api_version: 1
@@ -7,5 +7,9 @@ handlers:
- url: /static
static_dir: static
+- url: /remote_api
+ script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
+ login: admin
+
- url: /.*
script: main.py