# HG changeset patch # User Todd Larsen # Date 1216405906 0 # Node ID 703032f3e1d81fdb6c0471a4657e5defa671dc5d # Parent 3e286664c2ec511213981523287b1ca86d7e5ff6 Make static content framework- and program-specific. diff -r 3e286664c2ec -r 703032f3e1d8 app/app.yaml --- a/app/app.yaml Fri Jul 18 18:28:19 2008 +0000 +++ b/app/app.yaml Fri Jul 18 18:31:46 2008 +0000 @@ -19,8 +19,14 @@ api_version: 1 handlers: -- url: /content - static_dir: content +- url: /soc/content + static_dir: soc/content + +- url: /gsoc/content + static_dir: gsoc/content + +- url: /ghop/content + static_dir: ghop/content - url: /.* script: main.py