﻿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
21978	Add optional gunicorn support to runserver	Tim Graham	Berker Peksag	"gunicorn has added a [https://github.com/benoitc/gunicorn/pull/682 --reload option for code reloading] which should lower the barrier of entry to removing our own HTTP server functionality.

Simply deprecating and removing the `runserver` management command entirely may not be desirable. As Loic noted on IRC ""even if we use gunicorn, we still need some special handling for the dev server, we run validate() and now there are some migrations checks going as well. So would we really deprecate runserver? rather than just change the underlying webserver it wraps?""

Michael Manfre also expressed concern the gunicorn does not currently work on Windows.

Aymeric suggested: ""optional support for gunicorn could be an interesting start."""	New feature	assigned	Core (Management commands)	dev	Normal			berker.peksag@… cmawebsite@… uranusjr@… Carlton Gibson Tom Forbes	Someday/Maybe	1	0	0	1	0	0
