diff -r 6f5f6a9965c6 -r 366e64ecba91 app/app.yaml.template --- a/app/app.yaml.template Fri May 22 10:08:08 2009 +0200 +++ b/app/app.yaml.template Sun May 24 22:29:54 2009 +0200 @@ -46,6 +46,14 @@ - url: /json static_dir: json +- url: /admin/shell.* + script: shell/shell.py + login: admin + +- url: /static + static_dir: shell/static + expiration: 1d + - url: /.* script: main.py