use 'latest' library versions for maximum lifespan as an example
[gae-samples.git] / 24hrsinsf / app.yaml
blobf22eeb4031fe74aef70ba1f4a3995e2fbbe5d092
1 application: 24hrsinsf
2 version: 1
3 runtime: python
4 api_version: 1
6 handlers:
7 - url: /static
8   static_dir: static
10 - url: .*
11   script: main.py