From f9f756467e771e4520fe7fa20aa92b3ef9936569 Mon Sep 17 00:00:00 2001 From: Joshua Gourneau Date: Thu, 15 Mar 2012 00:48:11 -0700 Subject: gae --- app.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 app.yaml (limited to 'app.yaml') diff --git a/app.yaml b/app.yaml new file mode 100644 index 0000000..ed81e27 --- /dev/null +++ b/app.yaml @@ -0,0 +1,12 @@ +application: pinkyswearapp +version: 1 +runtime: python27 +api_version: 1 +threadsafe: false + +handlers: +- url: /js + static_dir: static + +- url: /.* + script: app.py \ No newline at end of file -- cgit v1.3.1