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
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
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
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
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
5 matches
Mail list logo