thirdparty/google_appengine/demos/guestbook/app.yaml
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 14 Mar 2009 19:46:20 +0000
changeset 1855 8c76c32a2392
parent 109 620f9b141567
permissions -rw-r--r--
Fixed a very obvious bug in slots() The bug was not visible due to the allocator always returning an empty dictionary. Patch by: Sverre Rabbelier

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

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