﻿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
31385	Improve wording of starting a new app in tutorial 1.	Kevin Crum	Victor Moura	"In tutorial 01 (https://docs.djangoproject.com/en/3.0/intro/tutorial01/) after running start project the tutorial tells the user to add an app to the project.  The tutorial uses plain English to state 

{{{
Your apps can live anywhere on your Python path. In this tutorial, we’ll create our poll app right next to your manage.py file so that it can be imported as its own top-level module, rather than a submodule of mysite.
}}}

The problem lies with the use of 'right next to'. 

While the tutorial does say 'top-level' that nuance can be missed by many.  The tutorial also shows the directory tree of the project before adding the app and it is not entirely clear what directory one is in when they run the add app command.  

I feel that if we have the language (eg the word directory) to describe where the command should be run and where the files should be this can help remove ambiguity that lives in a crucial step of the tutorial.  "	Cleanup/optimization	closed	Documentation	3.0	Normal	fixed	Tutorial Ambiguity		Accepted	1	0	0	0	1	0
