Skip to content

Commit c31000c

Browse files
authored
Update startproject in example
start-project should be startproject https://docs.djangoproject.com/en/1.9/ref/django-admin/#django-admin-startproject
1 parent 5d4b76c commit c31000c

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)