GAE

application: appname
version: 1
runtime: python27
api_version: 1
threadsafe: true
 
handlers:
- url: /
  static_files: htdocs/index.html
  upload: htdocs/index.html
- url: /(.*)
  static_files: htdocs/\1
  upload: htdocs/(.*)
 
 
最終更新:2014年02月17日 00:45