Re: Demonstrate Development Server

2010-07-26 Thread Mykola Lys
You probably should check the Fedora firewall settings. laso check server logs to check where request is blocked to this port (8000). Looks like it closed by default. Simplest way to stop Apache and run your Django site on http 80 port like: 0.0.0.0:80 On 24 Лип, 21:30, kostia wrote: > How to op

Re: Demonstrate Development Server

2010-07-25 Thread Antoni Aloy
2010/7/25 Nikhil Somaru : > That should work, I don't think it's a django problem > > On Sun, Jul 25, 2010 at 12:00 AM, kostia wrote: >> >> How to open my web site on development server to others? >> I use python manage.py runserver 0.0.0.0:8000 >> >> But something stops others to visit my site. I

Re: Demonstrate Development Server

2010-07-25 Thread Nikhil Somaru
That should work, I don't think it's a django problem On Sun, Jul 25, 2010 at 12:00 AM, kostia wrote: > How to open my web site on development server to others? > I use python manage.py runserver 0.0.0.0:8000 > > But something stops others to visit my site. I use Linux Fedora, maybe > I should s

Demonstrate Development Server

2010-07-24 Thread kostia
How to open my web site on development server to others? I use python manage.py runserver 0.0.0.0:8000 But something stops others to visit my site. I use Linux Fedora, maybe I should shot down SE Linux? -- You received this message because you are subscribed to the Google Groups "Django users"