How to deploy with WSGI
How to deploy with WSGI
Django’s primary deployment platform is WSGI, the Python standard for web servers and applications.
Django’s startproject
management command sets up a simple default WSGI configuration for you, which you can tweak as needed for your project, and direct any WSGI-compliant application server to use.
Django includes getting-started documentation for the following WSGI servers: