thirdparty/google_appengine/demos/guestbook/app.yaml
author Sverre Rabbelier <srabbelier@gmail.com>
Wed, 19 Nov 2008 08:39:29 +0000
changeset 505 4f0b8d80e99a
parent 109 620f9b141567
permissions -rw-r--r--
Fix user key stuff Key field for user is now link_name, instead of account, as such the method's used by 'create new user' should be updated.

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

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