Skip to content

Instantly share code, notes, and snippets.

@jdstanhope
Created March 3, 2013 19:09
Show Gist options
  • Save jdstanhope/5077717 to your computer and use it in GitHub Desktop.
Save jdstanhope/5077717 to your computer and use it in GitHub Desktop.
AppEngine app.yaml that includes jinja2 library
application: inline-upload
version: 1
runtime: python27
api_version: 1
threadsafe: yes
handlers:
- url: /favicon\.ico
static_files: favicon.ico
upload: favicon\.ico
- url: .*
script: main.app
libraries:
- name: webapp2
version: "2.5.2"
- name: jinja2
version: "2.6"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment