﻿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
33782	runserver `--nostatic` masks actual error	Michael	nobody	"When one uses `--nostatic` with the `runserver` command, it masks the actual error, see the following example:

{{{
$ python manage.py runserver --nostatic
usage: manage.py runserver [-h] [--ipv6] [--nothreading] [--noreload] [--version] [--settings SETTINGS] [--pythonpath PYTHONPATH] [--no-color]
                           [--force-color] [--skip-checks]
                           [addrport]
manage.py runserver: error: unrecognized arguments: --nostatic

python manage.py runserver
CommandError: You must set settings.ALLOWED_HOSTS if DEBUG is False.
}}}"	Bug	closed	Core (Management commands)	4.0	Normal	duplicate			Unreviewed	0	0	0	0	0	0
