thirdparty/google_appengine/demos/guestbook/app.yaml
author Sverre Rabbelier <srabbelier@gmail.com>
Sun, 07 Dec 2008 13:38:53 +0000
changeset 696 0d8515fb5314
parent 109 620f9b141567
permissions -rw-r--r--
Make use of the 'sidebar' param for user_self Instead of overriding getSidebarLinks we use the sidebar param since user_self is now in it's own View. Patch by: Sverre Rabbelier

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

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