summaryrefslogtreecommitdiff
path: root/docs/howto/deployment/index.txt
AgeCommit message (Collapse)Author
2025-08-28Ensured :doc: role uses absolute targets in docs.Adam Johnson
2024-08-08Refs #35591 -- Emphasized that runserver is not suitable for production.Andrew Miller
2021-07-29Refs #32880 -- Made remaining titles consistent in how-to documents.Mariusz Felisiak
Follow up to 22fbebc7444c8974f101c146f0fc18fe64ab48f6.
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵David Smith
appropriate.
2019-12-20Refs #30767 -- Improved deployment documentation.Katie McLaughlin
2019-12-04Refs #20935 -- Removed duplicate ToC references.Fredrik
These sections are being referred to already from other locations. Having multiple references to the same location from the ToC is ambiguous, and causes errors in the EPUB build.
2019-09-09Fixed #30767 -- Improved references to deployment documentation.Katie McLaughlin
* Increased tocdepth to expose more complexity of topics. * Ensured deployment checklist is linked on main doc page.
2019-06-20Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin
This adds an ASGI handler, asgi.py file for the default project layout, a few async utilities and adds async-safety to many parts of Django.
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-06-05Fixed #24926 -- Removed outdated information from deploymentYamila Moreno
2015-01-17Removed FastCGI support per deprecation timeline; refs #20766.Tim Graham
2014-12-19Updated some other external links in the docsClaude Paroz
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-08-15Fixed some ReST errors regarding backticksTim Graham
2013-07-24Fixed #20766 -- Deprecated FastCGI support.Tim Graham
2013-03-17Fixed #19697 -- Added a deployment checklist.Aymeric Augustin
2012-03-31Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric ↵Claude Paroz
Augustin for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17835 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-10-22Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled ↵Carl Meyer
internal servers (runserver and runfcgi) to use an externally-defined WSGI application. Thanks to Armin Ronacher, Jannis Leidel, Alex Gaynor, ptone, and Jacob Kaplan-Moss. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17022 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-11Fixed #16276 -- Noted in the deployment documentation index that the Django ↵Julien Phalip
Book 2nd ed. was written against Django 1.1. Thanks to bshaurette and bluejeansummer for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16802 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-16Fixed #16057 -- Extended deployment documentation with instructions for ↵Jannis Leidel
uWSGI. Thanks, jpic and aaugustin. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16413 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various ↵Russell Keith-Magee
documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14069 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-28Fixed #13820 -- Started the deprecation process for mod_python. Thanks to ↵Russell Keith-Magee
Robert Coup for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13648 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-17Fixed #10846: Corrected typo in modwsgi.txt and updated reference to ↵Karen Tracey
deployment in The Django Book. Thanks timo. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10812 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-06Removed duplicate modwsgi navigation linkSimon Willison
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10411 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, ↵Jacob Kaplan-Moss
#9529, git-svn-id: http://code.djangoproject.com/svn/django/trunk@10303 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31Fixed #9970: added mod_wsgi docs. Thanks, Alex Gaynor.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10280 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-23Massive reorganization of the docs. See the new docs online at ↵Jacob Kaplan-Moss
http://docs.djangoproject.com/. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37