FastCGI support was deprecated in 1.7, and the module you're trying to import was removed in 1.9. The only protocol supported by Django in 1.9 is WSGI.
If, for some reason, you cannot use WSGI directly, you need to use an adapter that can serve a WSGI application as FastCGI.