commit | 62c8b7d2d657b9041c8d971201efd06938ac470e | [log] [tgz] |
---|---|---|
author | dhermes@google.com <dhermes@google.com> | Wed Dec 19 14:44:38 2012 -0800 |
committer | dhermes@google.com <dhermes@google.com> | Wed Dec 19 14:44:38 2012 -0800 |
tree | 9631c3a2e5c73049d076ea68c87079f709ef4d13 | |
parent | 1cea2a766334b1a648812dcd6425545feb8093f6 [diff] [blame] |
Updating tasks App Engine sample. Reviewed in https://codereview.appspot.com/6973047/
diff --git a/samples/tasks_appengine/app.yaml b/samples/tasks_appengine/app.yaml index 27372f7..86aae97 100644 --- a/samples/tasks_appengine/app.yaml +++ b/samples/tasks_appengine/app.yaml
@@ -1,11 +1,16 @@ application: mytasks version: 1 -runtime: python +runtime: python27 api_version: 1 +threadsafe: true handlers: - url: /css static_dir: css - url: .* - script: main.py + script: main.application + +libraries: +- name: jinja2 + version: latest