Skip to content

Commit 100a174

Browse files
authored
Merge pull request #129 from rdmolony/patch-1
Replace django-admin.py with django-admin
2 parents d28bd31 + ec339ff commit 100a174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_01.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Django provides a little command-line tool for this:
151151

152152
[subs="specialcharacters,quotes"]
153153
----
154-
$ *django-admin.py startproject superlists .*
154+
$ *django-admin startproject superlists .*
155155
----
156156

157157
Don't forget that "." at the end; it's important!

0 commit comments

Comments
 (0)