﻿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
21116	missing 'python ' in bash command	daniel.quattro@…	Tim Graham	"In the bash code example for creating a super user the call is:
    `manage.py createsuperuser --username=joe --email=joe@example.com`
I think it should be:
    `python manage.py createsuperuser --username=joe --email=joe@example.com`

The page:
    https://docs.djangoproject.com/en/1.5/topics/auth/default/#topics-auth-creating-superusers"	Cleanup/optimization	closed	Documentation	1.5	Normal	fixed	example code		Accepted	0	0	0	0	0	0
