Saturday, September 1, 2012

Re: Django development running on 127.0.0.1:8000 not accessible from same machine

On 1-9-2012 9:31, nav wrote:

> hank you for all your replies the reason why a localhost was prepending a
> www in front was because of the PREPEND_WWW=True setting which was not
> present before. Once this setting is commented out everything works as it
> should.
First of all, thanks for following up and not leaving the search results
without an answer.

> Hope this saves someone some time in the future.
It can save someone more time if you'd file a bug report for it. Django
should make no attempts to prepend www if the requested hostname is a
raw IP address (for both IPv4 and 6). It makes no sense to do that.


--
Melvyn Sopacua

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment