thirdparty/google_appengine/demos/guestbook/app.yaml
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 08 Dec 2008 17:31:33 +0000 (2008-12-08)
changeset 715 51703b18ef2e
parent 109 620f9b141567
permissions -rw-r--r--
Adds the removal of requests from the datastore when a new role entity is created. This uses the classname from the role entity as the type of role in the request. Patch by: Lennard de Rijk
application: guestbook
version: 1
runtime: python
api_version: 1

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