Skip to content

Instantly share code, notes, and snippets.

@zeffii
Created June 22, 2012 18:06
Show Gist options
  • Save zeffii/2974278 to your computer and use it in GitHub Desktop.
Save zeffii/2974278 to your computer and use it in GitHub Desktop.
appspot favicon
application: yourappname
version: 1
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /favicon.ico
static_files: static/images/favicon.ico
upload: static/images/favicon.ico
- url: /static
static_dir: static
- url: /.*
script: yourappname.app
libraries:
- name: jinja2
version: latest
- name: PIL
version: "1.1.7"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment