Hi Kirby, Thanks for the reply. The same Error is throwing at http://localhost:8000/ .
-- Kamal On Friday, January 16, 2015 at 10:27:51 PM UTC+5:30, C. Kirby wrote: > > Try localhost:8000 > > > On Friday, January 16, 2015 at 8:51:50 AM UTC-6, KamalKanta Majhi wrote: >> >> I h'v just run the django-admin.py runserver command to setup django dev >> server. But dev server is not running at http://127.0.0.1:8000/. Also i >> h'v tested at http://0.0.0.0:8000/ and http://192.168.0.106:8000/. >> Throwing same error like below screen shot. Please help if anybody already >> resolved the same. >> >> >> <https://lh3.googleusercontent.com/-jIDRD7NFOo4/VLkiqW8wIxI/AAAAAAAAAT4/XvE62OCgbEo/s1600/django-error.png> >> >> >> -- Kamal >> >> >> >> On Monday, August 27, 2012 at 1:23:23 PM UTC+5:30, nav wrote: >>> >>> Dear Folks, >>> >>> I am running my django development server on 127.0.0.1:8000 and >>> accessing this address from my web browser on the same machine. In the past >>> few days I have found thet the web browsers keep prepending the address >>> with "www." when using the above address. 127.0.0.1 without the prot number >>> works fine but the django development server requires a port number. >>> >>> I have not encountered this problem before and am puzzled by what is >>> happening. I am working on a Kubuntu 12.04 linux box and my /etc/hosts/ >>> file is below if that helps: >>> >>> ==================== >>> 127.0.0.1 localhost >>> 127.0.1.1 <mymachinename> >>> >>> # The following lines are desirable for IPv6 capable hosts >>> ::1 ip6-localhost ip6-loopback >>> fe00::0 ip6-localnet >>> ff00::0 ip6-mcastprefix >>> ff02::1 ip6-allnodes >>> ff02::2 ip6-allrouters >>> ==================== >>> >>> TIA >>> Cheers, >>> nav >>> >> -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/cc0c84af-b413-4a76-a572-b3498ff350c4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

