Re: Reach the server

2019-07-16 Thread mohammed habib
> On 16 Jul 2019, at 23:41, CHENXIN YANG wrote: > > Thanks for the help! > After running the command Python manage.py runserver 0.0.0.0:8000, I still > couldn't reach the server. And could you tell me more details about how to > make sure that my port 8000 from the guest virtualbox

Re: Reach the server

2019-07-16 Thread CHENXIN YANG
Thanks for the help! After running the command Python manage.py runserver 0.0.0.0:8000, I still couldn't reach the server. And could you tell me more details about how to make sure that my port 8000 from the guest virtualbox maps to port 8000 on the host virtualbox? On Tue, Jul 16, 2019 at 12

Re: Reach the server

2019-07-16 Thread mohammed habib
You also need to make sure that your port 8000 from the guest virtualbox maps to port 8000 on your host virtualbox Sent from my iPhone > On 15 Jul 2019, at 23:34, CHENXIN YANG wrote: > > I created the new Django project on a vagrant virtual box, but I had trouble > reaching the server at

Re: Reach the server

2019-07-16 Thread mohammed habib
To expose your server to external hosts try running: Python manage.py runserver 0.0.0.0:8000 Sent from my iPhone > On 15 Jul 2019, at 23:34, CHENXIN YANG wrote: > > I created the new Django project on a vagrant virtual box, but I had trouble > reaching the server at http://127.0.0.1:8000/

Re: Reach the server

2019-07-16 Thread Jani Tiainen
Hi. Did you mapped 8000 port to outside of vagrant box? And did you told runserver to listen all interfaces (0.0.0.0) since by default runserver listens to localhost. In case of vagrant "localhost" interface is within vagrant box itself. ti 16. heinäk. 2019 klo 5.22 CHENXIN YANG kirjoitti: > I

Reach the server

2019-07-15 Thread CHENXIN YANG
I created the new Django project on a vagrant virtual box, but I had trouble reaching the server at http://127.0.0.1:8000/ after running the server. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: Cannot reach development server in a rackspace cloud server

2010-01-04 Thread simonecare...@gmail.com
:8000. :) > > > On Jan 4, 12:01 pm, "simonecare...@gmail.com" > > <simonecare...@gmail.com> wrote: > > > Hi everyone, > > > > i've just setted up a new Centos 5.4 based cloud server at Rackspace. > > > Installed Python2.5 and virtua

Re: Cannot reach development server in a rackspace cloud server

2010-01-04 Thread Marc Aymerich
, 12:01 pm, "simonecare...@gmail.com" > <simonecare...@gmail.com> wrote: > > Hi everyone, > > > > i've just setted up a new Centos 5.4 based cloud server at Rackspace. > > Installed Python2.5 and virtualenv, devel-tools, and all went ok but I > > can'

Re: Cannot reach development server in a rackspace cloud server

2010-01-04 Thread simonecare...@gmail.com
w Centos 5.4 based cloud server at Rackspace. > Installed Python2.5 and virtualenv, devel-tools, and all went ok but I > can't reach the development server. > > I started a new django project, then launched > > python2.5 manage.py runserver 0.0.0.0:8000, but i can't point my web &

Cannot reach development server in a rackspace cloud server

2010-01-04 Thread simonecare...@gmail.com
Hi everyone, i've just setted up a new Centos 5.4 based cloud server at Rackspace. Installed Python2.5 and virtualenv, devel-tools, and all went ok but I can't reach the development server. I started a new django project, then launched python2.5 manage.py runserver 0.0.0.0:8000, but i can't