Re: how to display development server page

2012-03-18 Thread Karen Tracey
On Sat, Mar 17, 2012 at 1:23 AM, 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

Re: how to display development server page

2012-03-18 Thread Eugene Gavrish
Just that very case I suggested for my recipe with ip address of your remote server On 17 мар, 19:00, Alex Glaros wrote: > thanks sayakurt > > I'm on my PC at home, logged onto a SSH session on the host Linux > server.  So I'm typing the command on the server. > > Thanks, >

Re: how to display development server page

2012-03-17 Thread Alex Glaros
thanks sayakurt I'm on my PC at home, logged onto a SSH session on the host Linux server. So I'm typing the command on the server. Thanks, Alex Glaros On Mar 17, 12:53 am, Iqbal Hasnan wrote: > Hello, > > I'm trying to help you as much as I can, but lets make the question

Re: how to display development server page

2012-03-17 Thread Iqbal Hasnan
Hello, I'm trying to help you as much as I can, but lets make the question more clear first. so, you have a linux server? and run "python manage.py runserver" command on your computer terminal or ssh from you server? -sayakurt On Sat, Mar 17, 2012 at 1:23 AM, Alex Glaros

Re: how to display development server page

2012-03-17 Thread Eugene Gavrish
Use ip-adress of your server. Like that: manage.py runserver 123.45.67.89:8000 If your are lucky and nothing blocks this port you will see this from desktop. IP-adress of your server you can see in ifconfig output On 17 мар, 09:44, Alex Glaros wrote: > Thanks Daniel, >

Re: how to display development server page

2012-03-16 Thread Alex Glaros
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 wrote: > On Friday, 16 March 2012 22:23:43 UTC-7, Alex Glaros wrote: > > > Newbie

Re: how to display development server page

2012-03-16 Thread Daniel Roseman
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

how to display development server page

2012-03-16 Thread Alex Glaros
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