runfcgi.py:18: RemovedInDjango19Warning: FastCGI support has been deprecated and will be removed in Django 1.9.
What to use instead? I don't want Nginx and Django site to share user account, chroot and other things and want a UNIX socket between them.
Is there any supported way to run Django disjointed from the web server?