What's the ideal Ubuntu operation setup for running a Django webserver?
When I started working in Django 2 years (or so) ago it was an nginx front end to serve up static medica and Apache running mod_python (mod_wsgi) to handle all dynamic requests. Is this sill the best setup? What's the current state of the art for setting up a Django host on ubuntu?