From 318dcb107525867463c68847c2c85be9685755b2 Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Tue, 6 Sep 2011 21:34:54 +0200 Subject: Remove upload.py from app.yaml. There's no upload.py here. --- extras/appengine/app.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/appengine/app.yaml b/extras/appengine/app.yaml index 3afa891..374ac5d 100644 --- a/extras/appengine/app.yaml +++ b/extras/appengine/app.yaml @@ -15,9 +15,9 @@ handlers: static_files: static/robots.txt upload: static/robots.txt -- url: /static/(script.js|styles.css|upload.py) +- url: /static/(script.js|styles.css) static_files: static/\1 - upload: static/(script.js|styles.css|upload.py) + upload: static/(script.js|styles.css) expiration: 1h # Shorter expiration, these change often - url: /static -- cgit v1.2.1