Skip to content

Instantly share code, notes, and snippets.

@juvenn
Forked from aggieben/app.yaml
Created January 7, 2010 04:09
Show Gist options
  • Save juvenn/270974 to your computer and use it in GitHub Desktop.
Save juvenn/270974 to your computer and use it in GitHub Desktop.
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 handlers' order has significance here,
# remote api should go before main, see?
- url: /api/remote
script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
login: admin # check my answer at stackoverflow http://goo.gl/MyHt
- url: /.*
script: main.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment