diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2011-09-06 21:34:54 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2011-09-06 21:34:54 +0200 |
| commit | 318dcb107525867463c68847c2c85be9685755b2 (patch) | |
| tree | e206864e0504d6d5c4025f7fb572388438c57168 /extras/appengine | |
| parent | e8c01a44354943039cd3599ac040fb3ed6198c8a (diff) | |
| download | sqlparse-318dcb107525867463c68847c2c85be9685755b2.tar.gz | |
Remove upload.py from app.yaml.
There's no upload.py here.
Diffstat (limited to 'extras/appengine')
| -rw-r--r-- | extras/appengine/app.yaml | 4 |
1 files 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 |
