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 at http://127.0.0.1:8000/ 
> Quit the server with CONTROL-C. 
>
> But my browser doesn't see anything at http://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 view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/3he_ZgLIx4kJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to