From f78236c4113d0d4e5019df316125e86a63befd07 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Mon, 15 Jun 2009 15:28:21 -0400 Subject: more changes; BROKEN? --- app.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'app.yaml') 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 -- cgit v1.2.3