Re: This site can’t be reached 127.0.0.1 refused to connect.

2020-12-18 Thread CHRISTO KRIEGLER
Hi, guys. I'm not working in django, but if you go to your hosts file then you need to set the IP address (domain name) and port in there that you going to use. The server then will pick up the IP address that you set for your project. Blessings Christo Kriegler Founder / President Management |

Re: This site can’t be reached 127.0.0.1 refused to connect.

2020-12-18 Thread Parul.
I tried ALLOWED_HOSTS['*'] Still not working On Fri, Dec 18, 2020, 9:59 PM Parul. wrote: > Hi, > I am also facing this issue > tried I had to add 127.0.0.1 to ALLOWED_USERS in settings.py but still > issue not resolved, also tried '*' in ALLOWED_HOSTS... > used 0.0.0.0:8000/8080 as well...stil

Re: This site can’t be reached 127.0.0.1 refused to connect.

2020-12-18 Thread Parul.
Hi, I am also facing this issue tried I had to add 127.0.0.1 to ALLOWED_USERS in settings.py but still issue not resolved, also tried '*' in ALLOWED_HOSTS... used 0.0.0.0:8000/8080 as well...still facing that issue can anybody please help On Friday, June 8, 2018 at 7:04:58 PM UTC+5:30 Илья Бар

Re: This site can’t be reached 127.0.0.1 refused to connect.

2018-06-08 Thread Илья Барков
I had a similar problem in Firefox, in other browsers everything worked well. Cleared the cache and cookies! https://support.mozilla.org/en-US/kb/websites-dont-load-troubleshoot-and-fix-errors#w_the-problem-only-happens-with-certain-websites 2018-06-06 4:33 GMT+03:00 James Farris : > What’s the a

Re: This site can’t be reached 127.0.0.1 refused to connect.

2018-06-05 Thread James Farris
What’s the actual error? Did you mean ALLOWED_HOSTS? If so you can just add: ALLOWED_HOSTS=[‘*’] On Tue, Jun 5, 2018 at 12:55 PM Jamie Roberts wrote: > Hi, > > This is from memory and may not be your problem but ... I had to add > 127.0.0.1 to ALLOWED_USERS in settings.py > > Sent from my iPhon

Re: This site can’t be reached 127.0.0.1 refused to connect.

2018-06-05 Thread Jamie Roberts
Hi, This is from memory and may not be your problem but ... I had to add 127.0.0.1 to ALLOWED_USERS in settings.py Sent from my iPhone > On 5 Jun 2018, at 16:38, Avitab Ayan Sarmah wrote: > > While going through the turolal 7 of the django project, couldn't connect to > the url.Please commen

This site can’t be reached 127.0.0.1 refused to connect.

2018-06-05 Thread Avitab Ayan Sarmah
While going through the turolal 7 of the django project, couldn't connect to the url.Please comment why my local host refused to connect -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails fr