We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d0913 commit e73f379Copy full SHA for e73f379
2 files changed
.github/workflows/end2end.yml
@@ -26,6 +26,7 @@ jobs:
26
strategy:
27
matrix:
28
app:
29
+ - { name: django-asgi-uvicorn, testfile: end2end/django_asgi_uvicorn_test.py }
30
- { name: django-mysql, testfile: end2end/django_mysql_test.py }
31
- { name: django-mysql-gunicorn, testfile: end2end/django_mysql_gunicorn_test.py }
32
- { name: django-postgres-gunicorn, testfile: end2end/django_postgres_gunicorn_test.py }
README.md
@@ -40,6 +40,7 @@ Zen for Python 3 is compatible with:
40
* ✅ [uWSGI](docs/uwsgi.md)
41
42
### ASGI
43
+* ✅ [Django](docs/django.md)
44
* ✅ [Quart](docs/quart.md)
45
* ✅ [Starlette](docs/starlette.md) ^0.16
46
* ✅ [FastAPI](docs/fastapi.md) ^0.70
0 commit comments