mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +00:00
Removed FastCGI support per deprecation timeline; refs #20766.
This commit is contained in:
parent
37b7776a01
commit
41f0d3d3bc
18 changed files with 13 additions and 883 deletions
|
@ -36,10 +36,10 @@ It's used both by Django's development server and in production WSGI
|
|||
deployments.
|
||||
|
||||
WSGI servers obtain the path to the ``application`` callable from their
|
||||
configuration. Django's built-in servers, namely the :djadmin:`runserver` and
|
||||
:djadmin:`runfcgi` commands, read it from the :setting:`WSGI_APPLICATION`
|
||||
setting. By default, it's set to ``<project_name>.wsgi.application``, which
|
||||
points to the ``application`` callable in :file:`<project_name>/wsgi.py`.
|
||||
configuration. Django's built-in server, namely the :djadmin:`runserver`
|
||||
command, read it from the :setting:`WSGI_APPLICATION` setting. By default, it's
|
||||
set to ``<project_name>.wsgi.application``, which points to the ``application``
|
||||
callable in :file:`<project_name>/wsgi.py`.
|
||||
|
||||
Configuring the settings module
|
||||
-------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue