Opened 13 years ago
Closed 13 years ago
#17073 closed Cleanup/optimization (fixed)
focus uwsgi docs to only Django integration
Reported by: | Preston Holmes | 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
The current uwsgi Django docs wander heavily into general uwsgi documentation. However, the Django docs on uwsgi were in some ways better than uwsgi's own. uwsgi is primarily mainained by Italian authors, and they struggle to maintain their English documentation. After discussion with the uwsgi maintainer on IRC, I've moved much of the information from Django's page into the uwsgi documentation wiki, and am submitting this ticket to focus Django's uwsgi docs on just the Django relevant bits, with links to the newly relocated docs on the uwsgi site.
Change History (5)
comment:1 by , 13 years ago
Has patch: | set |
---|
comment:2 by , 13 years ago
comment:3 by , 13 years ago
Patch needs improvement: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
Patch applies cleanly with curl -k https://github.com/django/django/pull/69.diff | patch -p1
.
However, there's a warning when building the docs:
docs/howto/deployment/wsgi/uwsgi.txt:39: (ERROR/3) Unknown target name: "configuration documentation".
Otherwise the patch looks sane.
comment:4 by , 13 years ago
Patch needs improvement: | unset |
---|
updated to trunk, fixed the typo in the external link
https://github.com/django/django/pull/69