thirdparty/google_appengine/new_project_template/app.yaml
author Sverre Rabbelier <srabbelier@gmail.com>
Thu, 11 Sep 2008 21:30:08 +0000
changeset 130 63248d9db484
parent 109 620f9b141567
permissions -rw-r--r--
Updated the script to: * Include a comment describing what it does * Use variables for anything non-standard * Use the --parse-only flag of epydoc * Exclude all 'django' modules through --exclude= * Run on '../app' by default, no more arguments needed * Clean up the output directory before running

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

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