-
-
Save holdenweb/2785167 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#untested | |
import barrel.cooper | |
import os | |
import static | |
@barrel.cooper.basicauth(users=[('jacob', 'hunter2')]) | |
def app(): | |
return static.Cling(os.path.join(os.path.dirname(__file__), '_build/html')) | |
app() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
web: gunicorn -w4 -b0.0.0.0:$PORT app:app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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