Skip to content

Commit b51b983

Browse files
authored
Merge pull request DjangoGirls#971 from dns2utf8/windows10_error
Windows10 error
2 parents e2eb2da + 6467f77 commit b51b983

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
@@ -38,7 +38,7 @@ On Windows you should run the following command. **(Don't forget to add the peri
3838

3939
{% filename %}command-line{% endfilename %}
4040
```
41-
(myvenv) C:\Users\Name\djangogirls> django-admin.py startproject mysite .
41+
(myvenv) C:\Users\Name\djangogirls> django-admin.exe startproject mysite .
4242
```
4343
> 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).
4444

0 commit comments

Comments
 (0)