Skip to content

Commit 12a7fa6

Browse files
committed
Merge pull request DjangoGirls#404 from ShaguftaMethwani/patch-1
django-admin not django-admin.py for windows
2 parents 3ef6115 + 0f358f2 commit 12a7fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)