changeset 2023 | 60eddc9ec8f2 |
parent 2009 | b060d531b5d7 |
child 2038 | c790eb9955aa |
--- a/app/app.yaml.template Fri Mar 27 14:19:16 2009 +0000 +++ b/app/app.yaml.template Sat Mar 28 02:21:37 2009 +0000 @@ -20,10 +20,14 @@ api_version: 1 handlers: +- url: /remote_api + script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py + login: admin + - url: /(robots.txt|favicon.ico) static_files: soc/content/\1 upload: soc/content/(robots.txt|favicon.ico) - + - url: /tiny_mce/.* script: $PYTHON_LIB/google/appengine/ext/zipserve @@ -45,4 +49,3 @@ - url: /.* script: main.py -