Advertisement
mspotilas

app.yaml, GAE, for humandate

May 25th, 2012
939
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.19 KB | None | 0 0
  1. application: humandate
  2. version: 1
  3. runtime: python
  4. api_version: 1
  5.  
  6. handlers:
  7. - url: /favicon\.ico
  8.   static_files: favicon.ico
  9.   upload: favicon\.ico
  10.  
  11. - url: .*
  12.   script: humandate.py
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement