thirdparty/google_appengine/demos/guestbook/app.yaml
author Daniel Hans <Daniel.M.Hans@gmail.com>
Fri, 07 Aug 2009 01:00:58 +0200
changeset 2735 74f0972f523f
parent 109 620f9b141567
permissions -rw-r--r--
Each country has its continent assigned. In order to retrive the continent, one has to use COUNTRIES_TO_CONTINENT dictionary.

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

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