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.
2 parents ea89534 + c31000c commit 1878711Copy full SHA for 1878711
docs/writing/structure.rst
@@ -271,7 +271,7 @@ following, as they always have:
271
272
::
273
274
- $ django-admin.py start-project samplesite
+ $ django-admin.py startproject samplesite
275
276
The resulting repository structure looks like this:
277
@@ -293,7 +293,7 @@ Let's do it properly:
293
294
295
296
- $ django-admin.py start-project samplesite .
+ $ django-admin.py startproject samplesite .
297
298
Note the "``.``".
299
0 commit comments