﻿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
27522	./manage runserver --nostatic doesn't return a traceback	Jeroen van Veen	nobody	"When running `./manage runserver --nostatic`, I expect a traceback to be returned when 
a syntax error occurs, and I expect the autoreloader still to be available. Instead, the 
runserver command exits like:

{{{
usage: manage.py runserver [-h] [--version] [-v {0,1,2,3}]
                           [--settings SETTINGS] [--pythonpath PYTHONPATH]
                           [--traceback] [--no-color] [--ipv6] [--nothreading]
                           [--noreload]
                           [addrport]
manage.py runserver: error: unrecognized arguments: --nostatic
}}}
"	Bug	assigned	Core (Management commands)	master	Normal		runserver nostatic		Accepted	1	0	1	0	0	0
