commit | da68b335fd4dbe703567df8aa6d205bf78f7606f | [log] [tgz] |
---|---|---|
author | Johan Euphrosine <proppy@google.com> | Fri Jun 17 19:56:45 2011 +0200 |
committer | Johan Euphrosine <proppy@google.com> | Fri Jun 17 19:56:45 2011 +0200 |
tree | 159af435a40db24ac8f8885384236584b603f8a6 | |
parent | e751800b0cb115a937c2d25fb6ac96383ce6bbf9 [diff] [blame] |
add Tasks API App Engine sample
diff --git a/samples/tasks_appengine/app.yaml b/samples/tasks_appengine/app.yaml new file mode 100644 index 0000000..35a7dc6 --- /dev/null +++ b/samples/tasks_appengine/app.yaml
@@ -0,0 +1,12 @@ +application: mytasks +version: 1 +runtime: python +api_version: 1 + +handlers: +- url: /oauth2callback + script: oauth2client/appengine.py +- url: /css + static_dir: css +- url: .* + script: main.py