Skip to content

Instantly share code, notes, and snippets.

@patrys
Created November 17, 2016 13:00
Show Gist options
  • Save patrys/86924f34d3ca35a2120795c81e06e4cd to your computer and use it in GitHub Desktop.
Save patrys/86924f34d3ca35a2120795c81e06e4cd to your computer and use it in GitHub Desktop.
#!/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