Skip to content

Commit ec339ff

Browse files
authored
Replace django-admin.py with django-admin
Running ``` django-admin.py startproject superlists . ``` opens the file `django-admin.py` whereas running ``` django-admin startproject superlists . ``` runs as expected using Django v1.11.25
1 parent acb2e82 commit ec339ff

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)