app/app.yaml.template
changeset 2335 366e64ecba91
parent 2256 7b95f10b206a
child 2394 1dc8d7f9458e
--- 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