﻿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
7092	"""shell"" command should accept arguments"	tomvons@…	nobody	"For the sake of making utility scripts easy to run (without having to fuss with PYTHONPATH), it would be nice if ""manage.py shell"" would accept arguments in the same way as running ""python""

eg:

{{{
./manage.py shell import-sample-data.py
}}}


Currently this just outputs ""Error: Command doesn't accept any arguments"" (though ""./manage.py shell --version"" works)

An alternative would be to provide something more explicit, like ""./manage.py runscript"""		closed	Core (Management commands)	dev		wontfix			Unreviewed	0	0	0	0	0	0
