From 8b69dacb82c682f326fa30e045045444d4fe8552 Mon Sep 17 00:00:00 2001 From: Patrick Moor Date: Sat, 12 Mar 2011 04:20:45 +0000 Subject: [PATCH] serve examples directory on AppEngine --- app.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app.yaml b/app.yaml index 0f112a8..05417ba 100644 --- a/app.yaml +++ b/app.yaml @@ -29,6 +29,9 @@ handlers: - url: / script: root.py +- url: /examples/ + static_dir: examples + skip_files: - ^(.*/)?app\.yaml - ^(.*/)?app\.yml @@ -40,4 +43,3 @@ skip_files: - ^(.*/)?.*/RCS/.* - ^(.*/)?\..* - ^google_appengine$ -- ^examples$