summaryrefslogtreecommitdiff
path: root/tests/asgi/__init__.py
AgeCommit message (Collapse)Author
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.