I have a small VPS server that has a Nginx front end that serves up static media files and passes Django requests back to an Apache 2.2 prefork MPM server running mod_wsgi.<
you could run Django on FastCGI. nginx could then drive it directly instead of going through Apache.