Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decide on one, either localhost or 127.0.0.1 #6

Closed
asendecka opened this issue Jul 1, 2014 · 3 comments
Closed

Decide on one, either localhost or 127.0.0.1 #6

asendecka opened this issue Jul 1, 2014 · 3 comments

Comments

@asendecka
Copy link
Contributor

It is mixed right now, we should stick to one notation. Argument for 127.0.0.1: when you use runserver it says you should go to 127.0.0.1:8000. Argument for locahost: it's easier to write :).

@bmispelon
Copy link
Contributor

My vote would be on sticking with what Django uses (127.0.0.1).

Does localhost also work on Windows anyway?

@bmispelon
Copy link
Contributor

If you decide to go that way, here's a pull request that removes the two instances of localhost and replaces them with 127.0.0.1.

#19

olasitarska added a commit that referenced this issue Jul 6, 2014
Fixed #6 -- Use 127.0.0.1 instead of localhost.
@olasitarska
Copy link
Member

Awesome @bmispelon, thanks!

das-g pushed a commit that referenced this issue Mar 26, 2021
Merging latest upstream updates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants