#36625: Please mention quit() when instucting the user to "restart the shell" in
tutorial 2
-------------------------------------+-------------------------------------
Reporter: Charles Severance | Type:
| Cleanup/optimization
Status: new | Component:
| Documentation
Version: 5.2 | Severity: Normal
Keywords: tutorial | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
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.
--
Ticket URL: <
https://code.djangoproject.com/ticket/36625>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.