summaryrefslogtreecommitdiff
path: root/examples/freebase-images-appengine/app.yaml
blob: 26936d8023fe143c11071523160e7881bed0c37f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
application: freebase-images
version: 1
runtime: python
api_version: 1

handlers:
- url: /css 
  static_dir: stylesheets

- url: /js
  static_dir: javascript

- url: /.*
  script: hello.py