azavea/docker-django

Investigate ASGI-based Django deployments

rbreslow opened this issue · 1 comments

As of Django 3.0, the startproject management command sets up a default ASGI configuration. The Django docs describe ASGI as "the emerging Python standard for asynchronous web servers and applications."

Usage of ASGI and tools like Uvicorn have popped up in a few of our engagements. We should add support for ASGI-based deployments in this image.

See: https://docs.djangoproject.com/en/3.2/howto/deployment/asgi/uvicorn/

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.