Skip to content

Commit fd4666e

Browse files
authored
Merge pull request DjangoGirls#822 from charlesdwesley/patch-3
Change localhost to 127.0.0.1
2 parents f366d43 + b8652c5 commit fd4666e

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
@@ -154,7 +154,7 @@ Now all you need to do is check that your website is running. Open your browser
154154

155155
{% filename %}browser{% endfilename %}
156156
```
157-
http://localhost:8000/
157+
http://127.0.0.1:8000/
158158
```
159159

160160
If you're using a Chromebook, you'll always visit your test server by accessing:

0 commit comments

Comments
 (0)