Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#9970 closed (fixed)

Add a mod_wsgi page to the Django docs

Reported by: Alex Gaynor Owned by: Alex Gaynor
Component: Documentation Version: 1.0
Severity: Keywords:
Cc: rokclimb15 Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

there are several good articles on it, plus wiki pages on both the django wiki and mod_wsgi wiki, but it really deserves a doc page like mod_python etc. since it is fast becoming one of the most reccomended server arrangements.

Attachments (2)

wsgi.txt (2.0 KB ) - added by Alex Gaynor 15 years ago.
first draft(should be good though), needs to be added to the index as well
wsgi-docs.diff (4.8 KB ) - added by Alex Gaynor 15 years ago.

Download all attachments as: .zip

Change History (9)

by Alex Gaynor, 15 years ago

Attachment: wsgi.txt added

first draft(should be good though), needs to be added to the index as well

by Alex Gaynor, 15 years ago

Attachment: wsgi-docs.diff added

comment:1 by Eric Holscher, 15 years ago

This needs to probably talk about how to deal with media:

Alias /media/ /usr/local/django/mysite/media/

since that is something every deployment needs. Pointing to the (excellent) mod_wsgi page at the bottom would probably suffice for more advanced setup.

comment:2 by Alex Gaynor, 15 years ago

Has patch: set
Triage Stage: UnreviewedAccepted

comment:3 by Jacob, 15 years ago

milestone: 1.1

comment:4 by rokclimb15, 15 years ago

Cc: rokclimb15 added

comment:5 by Jacob, 15 years ago

Resolution: fixed
Status: newclosed

(In [10280]) Fixed #9970: added mod_wsgi docs. Thanks, Alex Gaynor.

comment:6 by Jacob, 15 years ago

(In [10300]) [1.0.X] Fixed #9970: added mod_wsgi docs. Thanks, Alex Gaynor. Backport of r10280 from trunk.

comment:7 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

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