﻿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
7595	manage.py syncdb --noinput --settings=foo does not work as expected (the order matters)	Paul Winkler	nobody	"If you want to run manage.py with --noinput and use a different settings file, this works:
{{{
python manage.py syncdb --settings=my.settings.module --noinput
}}}

But if --noinput comes first, the --settings option is silently ignored!
Like this:
{{{
python manage.py syncdb --noinput --settings=my.settings.module
}}}

When run like that, it appears to work, but the user will later be unpleasantly surprised to discover that the default settings module was really used.

"		closed	Uncategorized	newforms-admin		duplicate			Unreviewed	0	0	0	0	0	0
