fix parser to ignore everything before body
[re-helper.git] / app.yaml
blobe6d038a63e1ded33e6a780afca036a4f2a9e545c
1 application: re-helper
2 version: 1
3 runtime: python
4 api_version: 1
6 handlers:
7 - url: /images
8   static_dir: images
10 - url: /static
11   static_dir: static
13 - url: /stylesheets
14   static_dir: stylesheets
16 - url: /.*
17   script: index.py
19 builtins:
20 - datastore_admin: on