Skip to content

Instantly share code, notes, and snippets.

@aggieben
Created January 6, 2010 15:45
Show Gist options
  • Select an option

  • Save aggieben/270343 to your computer and use it in GitHub Desktop.

Select an option

Save aggieben/270343 to your computer and use it in GitHub Desktop.

Revisions

  1. aggieben created this gist Jan 6, 2010.
    18 changes: 18 additions & 0 deletions app.yaml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    application: bt-coronet
    version: 1
    runtime: python
    api_version: 1

    handlers:
    - url: /s
    static_dir: static

    - url: /favicon.ico
    static_files: static/img/receipt_info.gif
    upload: static/img/receipt_info.gif

    - url: /.*
    script: main.py

    - url: /api/remote
    script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py