﻿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
36625	"Please mention quit() when instucting the user to ""restart the shell"" in tutorial 2"	Charles Severance		"This is pretty simple.  In tutorial 2:

https://docs.djangoproject.com/en/5.2/intro/tutorial02/

It has the following statement:

Save these changes and start a new Python interactive shell by running **python manage.py shell** again:

It should be reworded to say:

Save these changes and start a new Python interactive shell by running **python manage.py shell** again.  If your command line is currently in the shell with a three-chevron prompt (>>>), you need to exit the current shell using **quit()** and then run python manage.py shell from the command line.
"	Cleanup/optimization	new	Documentation	5.2	Normal		tutorial	Charles Severance	Unreviewed	0	0	0	0	1	0
