diff options
author | bryan newbold <bnewbold@snark.mit.edu> | 2009-06-14 19:51:50 -0400 |
---|---|---|
committer | bryan newbold <bnewbold@snark.mit.edu> | 2009-06-14 19:51:50 -0400 |
commit | ae078728c8bc1c7d4412c4cb19b6802e9b7e8f74 (patch) | |
tree | 978ab726bbad7575ffb66d5e2ceee6b69a1096f1 /app.yaml | |
parent | 0c17a5bb3d6b637f0197418f792045509b7e2d7b (diff) | |
download | equator-ae078728c8bc1c7d4412c4cb19b6802e9b7e8f74.tar.gz equator-ae078728c8bc1c7d4412c4cb19b6802e9b7e8f74.zip |
initial appengine setup; BROKEN
Diffstat (limited to 'app.yaml')
-rw-r--r-- | app.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
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 |