thirdparty/google_appengine/demos/guestbook/app.yaml
author Todd Larsen <tlarsen@google.com>
Fri, 26 Sep 2008 19:35:21 +0000
changeset 203 187d45783300
parent 109 620f9b141567
permissions -rw-r--r--
Add the third-party PolyModel class. This class supports inheritance in Google App Engine Datastore Model classes.

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

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