blob: 90f9b7aa59ac0873212d03e0bd732591a888eef7 [file] [log] [blame] [edit]
application: pipeline-test
version: 1
runtime: python27
api_version: 1
handlers:
- url: /_ah/pipeline(/.*)?
script: pipeline/handlers.py
- url: /static
static_dir: static
- url: .*
login: required
script: main.py