How to use Django with Gunicorn¶ Gunicorn ('Green Unicorn') is a pure-Python WSGI server for UNIX. It has no dependencies and can be installed using pip. Installing Gunicorn¶ Install gunicorn by running python -m pip install gunicorn. For more details, see the gunicorn documentation. Running Django in Gunicorn as a generic WSGI application¶ When Gunicorn is installed, a gunicorn command is availab