thirdparty/google_appengine/demos/guestbook/app.yaml
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 01 Dec 2008 21:03:20 +0000
changeset 640 a62a78fe4e43
parent 109 620f9b141567
permissions -rw-r--r--
Added User welcome message. Added templates/soc/mail/welcome.html as a template for the message. Also fixed a cyclic import that was about to happen in notifications.py.

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

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