Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#19633 closed Bug (fixed)

Docs should discourage using gunicorn's Django integration

Reported by: Aymeric Augustin Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Since 1.4 introduced the new project layout, Django is a good WSGI citizen, and is best deployed as a WSGI app (gunicorn's default mode).

Quoting gunicorn's docs:

If you run Django 1.4 or newer, it’s highly recommended to simply run your application with the WSGI interface using the gunicorn command.

Django's docs should be updated to reflect this.

Attachments (1)

19633.diff (729 bytes ) - added by Tim Graham 11 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 by Jannis Leidel, 11 years ago

Agreed.

comment:2 by Aymeric Augustin, 11 years ago

Triage Stage: UnreviewedAccepted

by Tim Graham, 11 years ago

Attachment: 19633.diff added

comment:3 by Tim Graham, 11 years ago

Has patch: set

comment:4 by Tim Graham <timograham@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 0db86273ae1c31ee9881fe63f210cb2120fde18a:

Fixed #19633 - Discouraged use of gunicorn's Django integration.

comment:5 by Tim Graham <timograham@…>, 11 years ago

In 54887d686b1552ae98e3eb4fa57a64036eea72a5:

[1.5.x] Fixed #19633 - Discouraged use of gunicorn's Django integration.

Backport of 0db86273ae from master

comment:6 by Tim Graham <timograham@…>, 11 years ago

In 54887d686b1552ae98e3eb4fa57a64036eea72a5:

[1.5.x] Fixed #19633 - Discouraged use of gunicorn's Django integration.

Backport of 0db86273ae from master

Note: See TracTickets for help on using tickets.
Back to Top