﻿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
28501	"""python -m django runserver"" crashes"	Kit Darko	Yusuke Miyazaki	"In the interests of keeping code modular, we do not use `manage.py runserver` in our projects. Instead, we use `django-admin runserver`.

This works well, but if one wants to run python with some flags, using the django module, it is insufficient.

It would be ideal if `python -m django runserver` worked, for this reason. Currently, attempting to do so will yield an import error with similar to the attached traceback."	Bug	closed	Core (Management commands)	1.11	Normal	fixed			Accepted	1	0	0	0	0	0
