thirdparty/google_appengine/new_project_template/app.yaml
author Sverre Rabbelier <srabbelier@gmail.com>
Thu, 05 Feb 2009 23:49:46 +0000
changeset 1229 ec3768cbf369
parent 109 620f9b141567
permissions -rw-r--r--
Refactored the picker so that it is more generic The picker now also works in the case the scope_path of the entity should not be filtered on. Also, it is now easier to add new functionality due to the fact that there is a seperate Field type to handle it now. Patch by: Sverre Rabbelier

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

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