Hacker News new | ask | show | jobs
by not_chriscohoat 5475 days ago
Not a bad how-to...he mentioned the mod_wsgi route and that's the one I'm most fond of. You can still use Nginx to handle all static files and proxy all other requests to Django.

A tutorial link if you're interested: http://www.meppum.com/2009/jan/17/installing-django-ubuntu-i...