thirdparty/google_appengine/new_project_template/app.yaml
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 13 Dec 2008 12:49:11 +0000
changeset 729 7fe218e3d359
parent 109 620f9b141567
permissions -rw-r--r--
Make checkIsMyInvitation use Django to parse the URL Using django is more reliable and makes the code easier to read as there is no knowledge of the url layout required. Patch by: Sverre Rabbelier

application: new-project-template
version: 1
runtime: python
api_version: 1

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