Re: unable to access django development server on firefox/chrome

2013-10-14 Thread Tom Evans
On Sat, Oct 12, 2013 at 6:02 PM, gitrookie wrote: > hi > > I have just started to learn django. so I followed the instruction given in > the link below. I am using ubuntu 13.04 and using python 3.3.1 in a virtual > environment > > https://docs.djangoproject.com/en/1.5/intro/tutorial01/ > > I ran t

Re: unable to access django development server on firefox/chrome

2013-10-12 Thread Kelvin Wong
You can also try this $ python manage.py runserver 0.0.0.0:8000 You can get your IP from ifconfig, open that in a browser (it might be 192.168.0.10, etc). You can test your site from another machine in this way K On Saturday, October 12, 2013 10:02:40 AM UTC-7, gitrookie wrote: > > hi > > I

Re: unable to access django development server on firefox/chrome

2013-10-12 Thread Vernon D. Cole
Also make sure your browser is not trying to use a proxy. 127.0.0.1 should be an exception on the proxy setting. -- 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 t

Re: unable to access django development server on firefox/chrome

2013-10-12 Thread Vernon D. Cole
That's exactly how I do it using Firefox on my Ubuntu 13.04 workstation. I see nothing wrong in your explanation. Are you trying to access it from the same computer that the development server is running on? If so, then check to see whether you have a firewall running on your workstation whic

unable to access django development server on firefox/chrome

2013-10-12 Thread gitrookie
hi I have just started to learn django. so I followed the instruction given in the link below. I am using ubuntu 13.04 and using python 3.3.1 in a virtual environment https://docs.djangoproject.com/en/1.5/intro/tutorial01/ I ran the following command *python manage.py runserver* it gave the