← ^ →
Cloud Computing
app.yaml
application: helloworld version: 1 runtime: python api_version: 1 handlers: - url: /stylesheets static_dir: stylesheets - url: /.* script: helloworld.py
José M. Vidal .
14 of 19