thirdparty/google_appengine/demos/guestbook/app.yaml
changeset 109 620f9b141567
equal deleted inserted replaced
108:261778de26ff 109:620f9b141567
       
     1 application: guestbook
       
     2 version: 1
       
     3 runtime: python
       
     4 api_version: 1
       
     5 
       
     6 handlers:
       
     7 - url: .*
       
     8   script: guestbook.py