Hacker News new | ask | show | jobs
by spmurrayzzz 4835 days ago
I found myself similarly vexed when I first tried to deploy a Django project. Turns out I was making the process far more complicated by trying to wrestle with mod_wsgi and Apache.

I found that nginx + FastCGI[1] was by far the easiest configuration to get up and running. Took about 5 minutes to install the relevant packages and hack out a working configuration.

[1]http://wiki.nginx.org/HttpFastcgiModule