﻿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
7386	"manage.py syncdb ""--interactive"" option doesn't exist"	Paul Winkler	nobody	"The output of manage.py --help includes this:

{{{
  syncdb [--verbosity] [--interactive]
    Create the database tables for all apps in INSTALLED_APPS whose
    tables haven't already been created.
}}}

But if you run manage.py syncdb --interactive, you get this error:
{{{
manage.py: error: no such option: --interactive
}}}

From looking at the code, it appears that the relevant option is really ""--noinput"".
"		closed	Uncategorized	0.96		fixed			Unreviewed	0	0	0	0	0	0
