thirdparty/google_appengine/demos/guestbook/app.yaml
author Pawel Solyga <Pawel.Solyga@gmail.com>
Thu, 29 Jan 2009 09:33:50 +0000
changeset 1058 6acbbb68f032
parent 109 620f9b141567
permissions -rw-r--r--
Fix regexp for link id format validation. Link id needs to start with ASCII lowercase and not with digit, which caused User Profile view to crash. Patch by: Pawel Solyga Reviewed by: to-be-reviewed

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

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