Python support is in beta. We've actually already supported Python since 1.0, and it pretty much worked, but it remained an experiment and felt a little unpolished. Today, we've officially elevated it to "beta" status, meaning that it isn't terribly well documented yet, and may not feel as polished as Ruby support, but generally works well. We will publish blog articles and documentation about Python support in the near future. If you would like to stay up to date, please subscribe to our newsletter at http://eepurl.com/nXXrL
In a nutshell, you put your WSGI application code in passenger_wsgi.py. Point the virtual host's document root to the 'public' directory, and it just works. Very similar to Rack/Rails support, with passenger_wsgi.py substituting config.ru. See this for an example of Django on Phusion Passenger: https://github.com/kwe/passenger-django-wsgi-example/
In a nutshell, you put your WSGI application code in passenger_wsgi.py. Point the virtual host's document root to the 'public' directory, and it just works. Very similar to Rack/Rails support, with passenger_wsgi.py substituting config.ru. See this for an example of Django on Phusion Passenger: https://github.com/kwe/passenger-django-wsgi-example/