Skip to content

Commit 1878711

Browse files
authored
Merge pull request #732 from rainzoo/patch-1
Update startproject in example
2 parents ea89534 + c31000c commit 1878711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/writing/structure.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ following, as they always have:
271271

272272
::
273273

274-
$ django-admin.py start-project samplesite
274+
$ django-admin.py startproject samplesite
275275

276276
The resulting repository structure looks like this:
277277

@@ -293,7 +293,7 @@ Let's do it properly:
293293

294294
::
295295

296-
$ django-admin.py start-project samplesite .
296+
$ django-admin.py startproject samplesite .
297297

298298
Note the "``.``".
299299

0 commit comments

Comments
 (0)