thirdparty/google_appengine/demos/guestbook/app.yaml
author Sverre Rabbelier <srabbelier@gmail.com>
Sun, 07 Dec 2008 15:29:10 +0000
changeset 702 e3b91b6955ff
parent 109 620f9b141567
permissions -rw-r--r--
Remove bogus scope from Site This makes Site an unscoped entity (similar to how User and Sponsor do not have a scope). Patch by: Sverre Rabbelier

application: guestbook
version: 1
runtime: python
api_version: 1

handlers:
- url: .*
  script: guestbook.py