Hacker News new | ask | show | jobs
by drcongo 3209 days ago
Use a webserver that proxies requests to a wsgi server. We tend to put Caddy in front of Gunicorn which works really well. Also, look into running Gunicorn under supervisord.
1 comments

Oh, and also use Fabric - http://docs.fabfile.org/en/latest/
Thank you. I'll look this things up. Haven't had to do deployment stuff in my previous life