set guestbook StringProperty to be indexed=False
[gae-samples.git] / shell / app.yaml.shell-hrd
blobd7a30d2f6c73fbb6b69ccaced0d0717d5a1a6873
1 application: shell-hrd
2 version: 1
4 runtime: python
5 api_version: 1
7 handlers:
8 - url: /static
9   static_dir: static
10   expiration: 1d
12 - url: /remote_api
13   script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
15 # if you're adding the shell to your own app, change this regex url to the URL
16 # endpoint where you want the shell to run, e.g. /shell . You'll also probably
17 # want to add login: admin to restrict to admins only.
18 - url: .*
19   script: shell.py