Opened 11 years ago
Closed 11 years ago
#24130 closed Bug (wontfix)
Docs: FastCGI deployment: flup6 as alternative to flup
| Reported by: | David Foster | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | davidfstr@… | Triage Stage: | Unreviewed |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The current deployment docs related to FastCGI mention flup as a required module. However this module does not run on Python 3.x.
flup6 is a drop in replacement fork of flup which does run on Python 3.x and I am successfully using it on a deployed site I administer.
Therefore I think updating the docs to mention flup6 would be useful to other site admins who are trying to deploy Django with Python 3.x in a FastCGI configuration, not uncommon for shared hosting.
Affected page:
https://docs.djangoproject.com/en/1.7/howto/deployment/fastcgi/
Change History (3)
comment:1 by , 11 years ago
| Has patch: | set |
|---|
comment:2 by , 11 years ago
| Cc: | added |
|---|
comment:3 by , 11 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Sorry, but as FastCGI support is deprecated, I don't think we should improve the docs.
Created pull request here:
https://github.com/django/django/pull/3893