thirdparty/google_appengine/demos/guestbook/app.yaml
author Augie Fackler <durin42@gmail.com>
Tue, 03 Mar 2009 03:37:02 +0000
changeset 1598 a55296590875
parent 109 620f9b141567
permissions -rw-r--r--
Fix a missing import reported in #melange. Patch by: Augie Fackler

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

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