Skip to content

Instantly share code, notes, and snippets.

@jineshpaloor
Created December 7, 2011 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jineshpaloor/1442165 to your computer and use it in GitHub Desktop.
Save jineshpaloor/1442165 to your computer and use it in GitHub Desktop.
app.yaml file for GAE hosting
application: application-id #get from your google app engine when you create an application.
version: 1
runtime: python
api_version: 1
handlers:
- url: /static
static_dir: static
- url: /.*
script: main.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment