There was an error while loading. Please reload this page.
1 parent 214fb70 commit 0db8627Copy full SHA for 0db8627
docs/howto/deployment/wsgi/gunicorn.txt
@@ -48,6 +48,12 @@ ensure that is to run this command from the same directory as your
48
Using Gunicorn's Django integration
49
===================================
50
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
57
To use Gunicorn's built-in Django integration, first add ``"gunicorn"`` to
58
:setting:`INSTALLED_APPS`. Then run ``python manage.py run_gunicorn``.
59
0 commit comments