Sign in
chromium
/
external
/
github.com
/
google
/
google-api-python-client
/
b94e360d63ca97d1fdc1f4e2ad2c0eef427f20ea
/
.
/
samples
/
tasks_appengine
/
app.yaml
blob: 86aae9788286a0cddd03bf9779e89b3802707a9b [
file
] [
log
] [
blame
]
application:
mytasks
version:
1
runtime:
python27
api_version:
1
threadsafe:
true
handlers:
-
url:
/css
static_dir:
css
-
url:
.*
script:
main.application
libraries:
-
name:
jinja2
version:
latest