#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)
Change History (9)
by , 16 years ago
by , 16 years ago
Attachment: | wsgi-docs.diff added |
---|
comment:1 by , 16 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 , 16 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 16 years ago
milestone: | → 1.1 |
---|
comment:4 by , 16 years ago
Cc: | added |
---|
comment:5 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
first draft(should be good though), needs to be added to the index as well