Fixed #31385 -- Improved wording in tutorial 1.

This commit is contained in:
Victor Moura 2020-03-23 21:49:19 -03:00 committed by Mariusz Felisiak
parent 291539a85c
commit 1628b35b58
1 changed files with 3 additions and 3 deletions

View File

@ -213,9 +213,9 @@ rather than creating directories.
multiple apps. An app can be in multiple projects.
Your apps can live anywhere on your :ref:`Python path <tut-searchpath>`. In
this tutorial, we'll create our poll app right next to your :file:`manage.py`
file so that it can be imported as its own top-level module, rather than a
submodule of ``mysite``.
this tutorial, we'll create our poll app in the same directory as your
:file:`manage.py` file so that it can be imported as its own top-level module,
rather than a submodule of ``mysite``.
To create your app, make sure you're in the same directory as :file:`manage.py`
and type this command: