Catch exception related to number field handling in older SDK.
[gae-samples.git] / crowdguru / app.yaml
blobe2323835b5baeb3a64b1afe2bcd133da35b16967
1 application: crowdguru
2 version: 1
3 runtime: python
4 api_version: 1
6 handlers:
7 - url: /static
8   static_dir: static
9 - url: /.*
10   script: guru.py
12 inbound_services:
13 - xmpp_message