Skip to content

Commit

Permalink
[3.0.x] Fixed #31385 -- Improved wording in tutorial 1.
Browse files Browse the repository at this point in the history
Backport of 1628b35 from master
  • Loading branch information
victorcmoura authored and felixxm committed Mar 24, 2020
1 parent 2892c65 commit 6de7a60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/intro/tutorial01.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6de7a60

Please sign in to comment.