use 'latest' library versions for maximum lifespan as an example
[gae-samples.git] / python27 / guestbook / app.yaml
blob9e2ab342ca8944ef60d2d0d1d4f71617c832afee
1 application: your-app-id\r
2 version: 1\r
3 runtime: python27\r
4 api_version: 1\r
5 threadsafe: true\r
6 \r
7 handlers:\r
8 - url: /stylesheets\r
9   static_dir: stylesheets\r
11 - url: /.*\r
12   script: guestbook.application\r
14 libraries:\r
15 - name: webapp2\r
16   version: latest\r
17 - name: jinja2\r
18   version: latest\r