Django | How to use Django with FastCGI, SCGI, or AJP | Django documentation
How to use Django with FastCGI, SCGI, or AJP¶
Although WSGI is the preferred deployment
platform for Django, many people use shared hosting, on which protocols such as
FastCGI, SCGI or AJP are the only viable options.