public
Description: Address Book tool
Homepage: http://addressbooker.appspot.com/
Clone URL: git://github.com/bradfitz/addressbooker.git
addressbooker / app.yaml
100644 17 lines (12 sloc) 0.241 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
application: addressbooker
version: 1
runtime: python
api_version: 1
 
handlers:
- url: /static
  static_dir: static
 
- url: /favicon.ico
  static_files: static/favicon.ico
  upload: static/favicon.ico
 
- url: /.*
  script: addressbooker.py