From 95f1fab08d079f2ed63499ef5b41a55c17c2d84e Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Tue, 23 Aug 2011 00:26:05 +0200 Subject: First simplistic version of the AppEngine server --- server/app.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 server/app.yaml (limited to 'server/app.yaml') diff --git a/server/app.yaml b/server/app.yaml new file mode 100644 index 0000000..340a161 --- /dev/null +++ b/server/app.yaml @@ -0,0 +1,15 @@ +application: screenplain +version: 1 +runtime: python +api_version: 1 + +handlers: +- url: /styles + static_dir: styles + +- url: /text + script: main.py + +- url: / + static_files: index.html + upload: index.html -- cgit v1.2.3