Skip to content

Instantly share code, notes, and snippets.

@githubutilities
Last active November 13, 2015 11:02
Show Gist options
  • Select an option

  • Save githubutilities/2f2a8c0c682730e18e23 to your computer and use it in GitHub Desktop.

Select an option

Save githubutilities/2f2a8c0c682730e18e23 to your computer and use it in GitHub Desktop.
SAE config

SAE config.yaml

mind the spaces!!!

name: project-name
version: 1

libraries:
- name: "django"
  version: "1.5"

- name: PIL
  version: "1.1.7"

SAE index.wsgi

import sae
from projectname import wsgi
application = sae.create_wsgi_app(wsgi.application)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment