Re: how to display development server page
Thanks Daniel,
Does that mean I have to copy python, Django, and Postgres to my PC to
create the development environment?
much appreciated,
Alex Glaros
On Mar 16, 10:32 pm, Daniel Roseman <dan...@roseman.org.uk> wrote:
> On Friday, 16 March 2012 22:23:43 UTC-7, Alex Glaros wrote:
>
> > Newbie trying to run Django for the first time.
>
> > I'm using a hosted Linux server; I run python manage.py runserver, and
> > get:
>
> > Validating models...
>
> > 0 errors found
> > Django version 1.3.1, using settings 'alexSite.settings'
> > Development server is running athttp://127.0.0.1:8000/
> > Quit the server with CONTROL-C.
>
> > But my browser doesn't see anything athttp://127.0.0.1:8000/
>
> > Any hints? Where is the page, on my PC or the hosted server?
>
> > Thanks,
>
> > Alex Glaros
>
> The development server isn't meant to be run on a host. It's meant to be
> run on your development machine.
>
> (You can make this work, but your life will be simpler if you install and
> run Django locally when in development).
> --
> DR.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home