﻿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
26829	Simplify the first tutorial command	Baptiste Mispelon	Md. Sadaf Noor	"The first step of the tutorial [1] is to check that Django is installed. The command it gives for this is:

{{{#!bash
$ python -c ""import django; print(django.get_version())""
}}}

Now that #24857 has been merged, the command could be simplified to:

{{{#!bash
$ python -m django --version
}}}

I think this looks more straightforward and less like a magic bash incantation.

[1] https://docs.djangoproject.com/en/dev/intro/tutorial01/"	Cleanup/optimization	closed	Documentation	1.9	Normal	fixed			Accepted	0	0	0	0	1	0
