From ae078728c8bc1c7d4412c4cb19b6802e9b7e8f74 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Sun, 14 Jun 2009 19:51:50 -0400 Subject: initial appengine setup; BROKEN --- app.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app.yaml (limited to 'app.yaml') diff --git a/app.yaml b/app.yaml new file mode 100644 index 0000000..d9a5770 --- /dev/null +++ b/app.yaml @@ -0,0 +1,11 @@ +application: yetanotherequator +version: 1 +runtime: python +api_version: 1 + +handlers: +- url: /static + static_dir: static + +- url: /.* + script: main.py -- cgit v1.2.3