We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2892c65 commit 6de7a60Copy full SHA for 6de7a60
docs/intro/tutorial01.txt
@@ -213,9 +213,9 @@ rather than creating directories.
213
multiple apps. An app can be in multiple projects.
214
215
Your apps can live anywhere on your :ref:`Python path <tut-searchpath>`. In
216
-this tutorial, we'll create our poll app right next to your :file:`manage.py`
217
-file so that it can be imported as its own top-level module, rather than a
218
-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``.
219
220
To create your app, make sure you're in the same directory as :file:`manage.py`
221
and type this command:
0 commit comments