﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
34109	Uvicorn can be run without installing gunicorn	Simon Willison	Simon Willison	"https://docs.djangoproject.com/en/4.1/howto/deployment/asgi/uvicorn/ currently says you should do this:

    python -m pip install uvicorn gunicorn

Then:

    gunicorn myproject.asgi:application -k uvicorn.workers.UvicornWorker

This isn't actually necessary: you can install just `uvicorn` and then do this:

    uvicorn myproject.asgi:application"	Cleanup/optimization	closed	Documentation	4.1	Normal	fixed		Thomas Grainger Carlton Gibson	Accepted	1	0	0	0	0	0
