update to use py27 and webapp2
[gae-samples.git] / search / python / app.yaml
blob82ee5294064c295c2d1d0affba6e54c313735625
1 application: search-py-demo
2 version: 1
3 runtime: python27
4 threadsafe: true
5 api_version: 1
7 handlers:
8 - url: /static
9   static_dir: static
11 - url: .*
12   script: search_demo.application
14 libraries:
15 - name: jinja2
16   version: "2.6"