thirdparty/google_appengine/demos/guestbook/app.yaml
author Lennard de Rijk <ljvderijk@gmail.com>
Wed, 28 Jan 2009 17:31:02 +0000
changeset 1047 26fade94886b
parent 109 620f9b141567
permissions -rw-r--r--
Changed the Terms Of Service boolean so that it is None as long as the user owning the account has not Agreed to it. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

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

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