﻿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
22919	Missing keyword	ttu@…	nobody	"Link to relevant documentation: https://docs.djangoproject.com/en/1.6/intro/tutorial01/

Just started on Django so I'm not sure if this is specific to the OS or something being used.


{{{
django-admin.py startproject mysite
}}}


returns nothing.  However fairly easy to figure out that

{{{
python django-admin.py startproject mysite
}}}

does what it needs to though to proceed with the tutorial.  So it seems that 'python' is missing from the line. 
"	Uncategorized	closed	Documentation	1.6	Normal	needsinfo			Unreviewed	0	0	0	0	1	0
