You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|