-1

I've recently installed django on Windows Server 2012 R2.

When I run python manage.py runserver it tell mes to use http://127.0.0.1:8000/ . Its working on Internet explorer but in Firefox and Chrome I get the following error.

The requested URL could not be retrieved

The following error was encountered while trying to retrieve the URL: http://127.0.0.1:8000/

Connection to 127.0.0.1 failed.

The system returned: (111) Connection refused

The remote host or network may be down. Please try the request again.

Your cache administrator is administrator.
Sayse
  • 42,633
  • 14
  • 77
  • 146
Milon Sarker
  • 478
  • 8
  • 25

1 Answers1

0

Bypass proxy wasn't enabled. It worked after enabling.

Milon Sarker
  • 478
  • 8
  • 25