summaryrefslogtreecommitdiff
path: root/docs/howto/deployment
Commit message (Expand)AuthorAgeFilesLines
* Used extlinks for PyPI links.Tim Graham2023-04-171-4/+2
* Refs #31626 -- Noted that Daphne provides a runserver command.Carlton Gibson2023-03-071-0/+19
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-014-5/+10
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-106-25/+45
* Removed versionadded/changed annotations for 4.1.Mariusz Felisiak2023-01-171-5/+0
* Fixed #34109 -- Updated instructions for running with Uvicorn.Simon Willison2022-10-261-2/+20
* Fixed #33842 -- Used :source: role for links to repo files on GitHub.Ramil Yanbulatov2022-08-091-1/+1
* Fixed #33544 -- Expanded the TEMPLATES section of the Deployment checklist.Samuel Hartmann2022-03-221-2/+4
* Fixed #30360 -- Added support for secret key rotation.tschilling2022-02-011-0/+16
* Improved docs regarding UTF-8 support with Apache and mod_wsgi.Nick Frazier2021-10-081-3/+9
* Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.Andrew Northall2021-08-172-2/+2
* Refs #32880 -- Made remaining titles consistent in how-to documents.Mariusz Felisiak2021-07-292-6/+6
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-294-10/+10
* Refs #32956 -- Lowercased "internet" and "email" where appropriate.David Smith2021-07-281-1/+1
* Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope2021-05-171-1/+1
* Updated ASGI uvicorn deployment docs.Thomas Grainger2020-09-291-2/+2
* Added Hypercorn to ASGI deployment guide. Phil Jones2020-08-052-0/+37
* Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.Jon Dufresne2020-06-022-7/+6
* Removed instructions for unsupported Apache versions.Claude Paroz2020-05-251-7/+1
* Used :envvar: role and .. envvar:: directive in various docs.Nick Pope2020-05-131-1/+1
* Used :pep: role in various docs.Nick Pope2020-05-131-4/+4
* Prevented (and corrected) single backtick usage in docs.Adam Johnson2020-04-011-1/+1
* Improved sessions notes in deployment checklist.Adam Johnson2020-03-251-3/+9
* Refs #30767 -- Improved deployment documentation.Katie McLaughlin2019-12-201-6/+26
* Refs #20935 -- Removed duplicate ToC references.Fredrik2019-12-041-2/+0
* Fixed some typos in comments and docs.Min ho Kim2019-10-021-1/+1
* Fixed #30767 -- Improved references to deployment documentation.Katie McLaughlin2019-09-091-1/+3
* Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze2019-09-063-11/+10
* Updated WSGI servers ordering according to the more commonly used.Frank Wiles2019-07-161-2/+2
* Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin2019-06-204-5/+149
* Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...Ramiro Morales2019-04-182-3/+3
* Fixed #30004 -- Changed default FILE_UPLOAD_PERMISSION to 0o644.Himanshu Lakhara2019-02-081-10/+0
* Updated some links to https and new locations.Mads Jensen2018-11-102-3/+3
* Simplified deployment checklist docs on customizing error views.Adam Johnson2018-10-111-8/+3
* Refs #29784 -- Switched to https:// links where available.Jon Dufresne2018-09-261-3/+3
* Refs #28540 -- Added FILE_UPLOAD_PERMISSIONS to deployment checklist.Carlton Gibson2018-08-041-0/+10
* Updated various links in docs to use HTTPS.Mariusz Felisiak2018-01-071-1/+1
* Fixed #28327 -- Removed contradictory description of mod_wsgi docs.Tim Graham2017-06-201-3/+3
* Updated various links in docs to avoid redirectsClaude Paroz2017-05-223-8/+4
* Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537).Richard Barrell2017-04-062-16/+0
* Fixed #27823 -- Updated mod_wsgi example to use WSGIPythonHome.Tim Graham2017-02-131-21/+9
* Refs #23919 -- Removed Python 2 notes in docs.Tim Graham2017-01-181-16/+0
* Fixed #27641 -- Doc'd default local-memory caching in deployment checklist.Adam Chainz2016-12-281-1/+2
* Normalized casing of "custom user model".Tim Graham2016-11-231-1/+1
* Updated doc links to virtualenv website.Daniel Musketa2016-11-221-1/+1
* Replaced "django" with "Django" in spelling_wordlist.akki2016-11-151-1/+1
* Fixed typos in docs/howto/deployment/checklist.txt.Laurent2016-09-291-2/+2
* Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs.Naved Khan2016-07-251-1/+1
* Fixed broken links in docs and comments.Ville Skyttä2016-06-151-1/+1
* Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham2016-05-081-1/+1