Skip to content

Instantly share code, notes, and snippets.

@jacobian
Created May 25, 2012 00:44
Show Gist options
  • Star 14 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save jacobian/2785120 to your computer and use it in GitHub Desktop.
Save jacobian/2785120 to your computer and use it in GitHub Desktop.
import barrel.cooper
import os
import static
app = static.Cling(os.path.join(os.path.dirname(__file__), '_build/html'))
app = barrel.cooper.basicauth(users=[('jacob', 'hunter2')])(app)
web: gunicorn -w4 -b0.0.0.0:$PORT app:app
static==0.4
barrel==0.1.3
gunicorn==0.14.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment