Catch exception related to number field handling in older SDK.
[gae-samples.git] / calendarer / app.yaml
blob6f4249cba08f6a099220e2c898fda2b2ae16b95f
1 application: calendarer
2 version: 1
3 runtime: python
4 api_version: 1
6 handlers:
7 - url: /static
8   static_dir: static
10 - url: /
11   script: calendarer.py
12   
13 - url: /.*
14   script: calendarer.py
15   login: required