Skip to content

Commit 0db8627

Browse files
committed
Fixed #19633 - Discouraged use of gunicorn's Django integration.
1 parent 214fb70 commit 0db8627

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/howto/deployment/wsgi/gunicorn.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ ensure that is to run this command from the same directory as your
4848
Using Gunicorn's Django integration
4949
===================================
5050

51+
.. note::
52+
53+
If you are using Django 1.4 or newer, it’s highly recommended to simply run
54+
your application with the WSGI interface using the ``gunicorn`` command
55+
as described above.
56+
5157
To use Gunicorn's built-in Django integration, first add ``"gunicorn"`` to
5258
:setting:`INSTALLED_APPS`. Then run ``python manage.py run_gunicorn``.
5359

0 commit comments

Comments
 (0)