Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1878711

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

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎docs/writing/structure.rst

Copy file name to clipboardExpand all lines: docs/writing/structure.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.