summaryrefslogtreecommitdiff
path: root/docs/howto/deployment/wsgi/uwsgi.txt
AgeCommit message (Expand)Author
2026-04-07Removed outdated note about uwsgi LTS from docs.Mariusz Felisiak
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2020-06-02Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.Jon Dufresne
2020-05-13Used :envvar: role and .. envvar:: directive in various docs.Nick Pope
2020-04-01Prevented (and corrected) single backtick usage in docs.Adam Johnson
2019-04-18Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...Ramiro Morales
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
2017-04-06Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537).Richard Barrell
2016-11-15Replaced "django" with "Django" in spelling_wordlist.akki
2016-07-25Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs.Naved Khan
2016-04-28Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-14Fixed #17686, refs #17816 -- Added "Files" section to Unicode topic.Florian Demmer
2015-02-22Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2014-12-07Add missing dotVladimir Rutsky
2014-09-19Don't recommend using sudo when installing uwsgiMatt Robenolt
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-07-17Fixed #20756 -- Typo in uWSGI docs.Tim Graham
2013-06-12Warned that `request_finished` isn't sent by some buggy setups.Jaap Roes
2013-05-18Fixed #20402: removed as-limit from uWSGI example.Aymeric Augustin
2013-03-30Fixed #19492 - Added a link to the uWSGI/Django tutorial.Tim Graham
2012-07-06restored a missing \ in uwsgi docsDaniele Procida
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
2011-10-22Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...Carl Meyer