public
Description: Just add the appengine SDK, then take over the world
Homepage: http://overstimulate.com
Clone URL: git://github.com/anotherjesse/webpy-appengine-helloworld.git
100755 14 lines (12 sloc) 0.227 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
application: hello-webpy
version: 1
api_version: 1
runtime: python
 
handlers:
- url: /favicon.ico
  static_files: static/favicon.ico
  upload: static/favicon.ico
- url: /static
  static_dir: static
- url: .*
  script: hello.py