thirdparty/google_appengine/demos/guestbook/app.yaml
author Todd Larsen <tlarsen@google.com>
Tue, 23 Sep 2008 23:30:15 +0000
changeset 190 b1351bf81064
parent 109 620f9b141567
permissions -rw-r--r--
Move isReferrerSelf() and replaceSuffix() into new request_helpers.py module, since they are (mainly) used to manipulate parts of an HTTP request.

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

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