diff options
author | bryan newbold <bnewbold@snark.mit.edu> | 2009-06-15 15:28:21 -0400 |
---|---|---|
committer | bryan newbold <bnewbold@snark.mit.edu> | 2009-06-15 15:28:21 -0400 |
commit | f78236c4113d0d4e5019df316125e86a63befd07 (patch) | |
tree | 06267d37b36c2e86d659a0213e3cb010b1c294bb /app.yaml | |
parent | c2c48ce70e942aaea78d6a2100411803db7ff8bf (diff) | |
download | equator-f78236c4113d0d4e5019df316125e86a63befd07.tar.gz equator-f78236c4113d0d4e5019df316125e86a63befd07.zip |
more changes; BROKEN?
Diffstat (limited to 'app.yaml')
-rw-r--r-- | app.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |