diff options
| author | Martin Vilcans <martin@librador.com> | 2011-08-23 00:26:05 +0200 |
|---|---|---|
| committer | Martin Vilcans <martin@librador.com> | 2011-08-23 00:26:05 +0200 |
| commit | 95f1fab08d079f2ed63499ef5b41a55c17c2d84e (patch) | |
| tree | 03c2292628efc7474333379df56fc99b9ad79ab9 /server/app.yaml | |
| parent | 760e0929449808db8fec420798e0d031b168f79d (diff) | |
First simplistic version of the AppEngine server
Diffstat (limited to 'server/app.yaml')
| -rw-r--r-- | server/app.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
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 |
