Make static content framework- and program-specific.
authorTodd Larsen <tlarsen@google.com>
Fri, 18 Jul 2008 18:31:46 +0000
changeset 56 703032f3e1d8
parent 55 3e286664c2ec
child 57 e30229fd9add
Make static content framework- and program-specific.
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