Skip to content

Instantly share code, notes, and snippets.

@bohde
Created May 18, 2012 16:37
Show Gist options
  • Save bohde/2726275 to your computer and use it in GitHub Desktop.
Save bohde/2726275 to your computer and use it in GitHub Desktop.
heroku static files
from static import Shock
app = Shock('.')
web: gunicorn -k gevent -b 0.0.0.0:$PORT app:app
gunicorn
static
gevent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment