From a415ce70bef6d91036b00dd2c8544aed7aeeaaed Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Fri, 12 Apr 2019 06:15:18 -0700 Subject: Fixed #30451 -- Added ASGI handler and coroutine-safety. 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. --- tests/async/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/async/__init__.py (limited to 'tests/async/__init__.py') diff --git a/tests/async/__init__.py b/tests/async/__init__.py new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.3