-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Comments
My vote would be on sticking with what Django uses ( Does |
If you decide to go that way, here's a pull request that removes the two instances of |
olasitarska
added a commit
that referenced
this issue
Jul 6, 2014
Fixed #6 -- Use 127.0.0.1 instead of localhost.
Awesome @bmispelon, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 :).
The text was updated successfully, but these errors were encountered: