Skip to content

Commit 0f358f2

Browse files
django-admin not django-admin.py for windows
Writing django-admin.py simply opens the file with the default text editor.
1 parent 4b484c6 commit 0f358f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/django_start_project/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In your MacOS or Linux console you should run the following command; **don't for
2222

2323
On Windows; **don't forget to add the period (or dot) `.` at the end**:
2424

25-
(myvenv) C:\Users\Name\djangogirls> django-admin.py startproject mysite .
25+
(myvenv) C:\Users\Name\djangogirls> django-admin startproject mysite .
2626

2727
> The period `.` is crucial because it tells the script to install Django in your current directory (for which the period `.` is a short-hand reference)
2828

0 commit comments

Comments
 (0)