summaryrefslogtreecommitdiff
path: root/docs/howto/deployment/asgi
AgeCommit message (Collapse)Author
2025-12-19Fixed #36781 -- Added Granian to deployment documentation.JaeHyuck Sa
Signed-off-by: JaeHyuck Sa <wogur981208@gmail.com>
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content.
2024-10-21Updated Hypercorn links in docs/howto/deployment/asgi/hypercorn.txt.amirreza sohrabi far
2024-09-05Updated instruction for deploying with Uvicorn and Gunicorn.SirenityK
2023-04-17Used extlinks for PyPI links.Tim Graham
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2023-03-07Refs #31626 -- Noted that Daphne provides a runserver command.Carlton Gibson
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews.
2022-10-26Fixed #34109 -- Updated instructions for running with Uvicorn.Simon Willison
Co-authored-by: Paolo Melchiorre <paolo@melchiorre.org>
2020-09-29Updated ASGI uvicorn deployment docs.Thomas Grainger
2020-08-05Added Hypercorn to ASGI deployment guide. Phil Jones
2019-10-02Fixed some typos in comments and docs.Min ho Kim
Thanks to Mads Jenson for review.
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.