Add samples for search API.
[gae-samples.git] / search / python / app.yaml
blobb93a6a76d13392e7d77c780a9bf05a8953889daa
1 application: search-py-demo
2 version: 1
3 runtime: python
4 api_version: 1
6 handlers:
7 - url: /static
8   static_dir: static
9 - url: /_ah/admin.*
10   script: $PYTHON_LIB/google/appengine/ext/admin/
12 - url: .*
13   script: search_demo.py