thirdparty/google_appengine/demos/guestbook/app.yaml
author Todd Larsen <tlarsen@google.com>
Thu, 28 Aug 2008 21:49:53 +0000
changeset 115 d55ee63603cd
parent 109 620f9b141567
permissions -rw-r--r--
Create a package for controller modules that interact with User entities. Patch by: Todd Larsen Review by: to-be-reviewed

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

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