summaryrefslogtreecommitdiff
path: root/docs/howto/deployment/wsgi
AgeCommit message (Expand)Author
2013-01-22[1.5.x] Fixed #19633 - Discouraged use of gunicorn's Django integration.Tim Graham
2012-12-28[1.5.x] Fixed #19498 -- refactored auth documentationPreston Holmes
2012-10-29[1.5.x] Fixed #19208 -- Docs for mod_wsgi daemon modeAymeric Augustin
2012-10-02Fixed #19057 -- support custom user models in mod_wsgi auth handlerPreston Holmes
2012-09-29Added a missing commaPreston Holmes
2012-09-29Fixed a couple errors and inconsistencies in mod_wsgi docsPreston Holmes
2012-09-27Fixed #18518 -- Add warning re mod_wsgi and wsgi.py environ handling.Carl Meyer
2012-09-27fixed #10809 -- add a mod_wsgi authentication handlerPreston Holmes
2012-08-12Fix link to Gunicorn website in deployment howto.Martijn Vermaat
2012-07-06restored a missing \ in uwsgi docsDaniele Procida
2012-04-08Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...Claude Paroz
2012-03-31Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric ...Claude Paroz
2012-03-28Fixed 17993 -- Removed quotes around module parameter for wider compatibility...Claude Paroz
2012-03-10Fixed #17842 - Typo in uWsgi docs; thanks mitnk.Timo Graham
2012-03-03Fixed #9995 -- Updated the installation instructions to recommend pip. Also f...Aymeric Augustin
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty
2012-02-24Fixed #17073 - focused uwsgi docs to Django integration; thanks Preston Holmes.Timo Graham
2012-02-03Edited deployment doc changes from [17338]Adrian Holovaty
2012-01-04Clarified deployment docs to avoid giving users the impression that staticfil...Carl Meyer
2011-10-28Fixed #17130 -- Corrected import path of get_wsgi_application in deployment d...Carl Meyer
2011-10-22Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...Carl Meyer