Created
November 17, 2016 13:00
-
-
Save patrys/86924f34d3ca35a2120795c81e06e4cd to your computer and use it in GitHub Desktop.
This file contains 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
#!/usr/bin/env python | |
from meinheld import server | |
from saleor.wsgi import application | |
server.listen(('0.0.0.0', 8000)) | |
server.run(application) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment