mirror of
https://github.com/django/django.git
synced 2025-11-01 12:25:37 +00:00
Fixed #20766 -- Deprecated FastCGI support.
This commit is contained in:
parent
b2314d9e1e
commit
bd0dcc6c89
7 changed files with 28 additions and 8 deletions
|
|
@ -418,6 +418,9 @@ these changes.
|
|||
:ref:`initial SQL data<initial-sql>` in ``myapp/models/sql/``. Move your
|
||||
custom SQL files to ``myapp/sql/``.
|
||||
|
||||
* FastCGI support via the ``runfcgi`` management command will be
|
||||
removed. Please deploy your project using WSGI.
|
||||
|
||||
2.0
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue