index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
howto
/
deployment
/
wsgi
/
gunicorn.txt
Age
Commit message (
Expand
)
Author
2026-03-27
Corrected outdated links to gunicorn documentation.
Sebastian Skonieczny
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-04-18
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...
Ramiro Morales
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2014-09-22
Removed sudo from pip commands in docs.
Corey Farwell
2014-09-06
Refs #23430 -- gunicorn wants a module, not file
Collin Anderson
2014-09-05
Fixed #23430 -- simplified gunicorn deployment docs.
Collin Anderson
2014-08-02
Fixed #23154 -- Removed reference to deprecated run_gunicorn command.
Tim Graham
2014-02-27
Fixed documention typo
jibreel
2013-12-08
Updated a bunch of hyperlinks in documentation
Claude Paroz
2013-01-22
Fixed #19633 - Discouraged use of gunicorn's Django integration.
Tim Graham
2012-08-12
Fix link to Gunicorn website in deployment howto.
Martijn Vermaat
2012-04-08
Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...
Claude Paroz
2012-03-03
Fixed #9995 -- Updated the installation instructions to recommend pip. Also f...
Aymeric Augustin
2011-10-22
Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...
Carl Meyer