From 4b2eedbf98f3d774bc7f1552426955525feb2cd6 Mon Sep 17 00:00:00 2001 From: Devendra Date: Wed, 9 Apr 2014 15:09:35 +0530 Subject: adding a test app for gae python --- python/examples/pn-test-gae/app.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 python/examples/pn-test-gae/app.yaml (limited to 'python/examples/pn-test-gae/app.yaml') diff --git a/python/examples/pn-test-gae/app.yaml b/python/examples/pn-test-gae/app.yaml new file mode 100644 index 0000000..61beea7 --- /dev/null +++ b/python/examples/pn-test-gae/app.yaml @@ -0,0 +1,19 @@ +application: flash-moonlight-545 +version: 1 +runtime: python27 +api_version: 1 +threadsafe: yes + +handlers: +- url: /favicon\.ico + static_files: favicon.ico + upload: favicon\.ico + +- url: .* + script: main.app + +libraries: +- name: webapp2 + version: "2.5.2" +- name: pycrypto + version: "2.6" -- cgit v1.2.3