FastCGI + Django

Version 1.9 to be accurate.

Not without a bit of work. (There are references to using FastCGI with uWSGI - see Quickstart for Python/WSGI applications — uWSGI 2.0 documentation - but I’m not sure that helps when you’re dealing with a cheap hosting provider.)

See the Django mailing list thread at https://groups.google.com/g/django-developers/c/oGmD8LvLTPg to see the discussions around the deprecation and removal of FastCGI. Messages in that thread contain a lot of details about why the decision was made and what some of the technical issues were with it.

1 Like