Re: Trouble accessing development server

2010-11-10 Thread Engywook
Well, nuts. I was afraid it was going to be something like that. Guess I'll have to install Apache and MySQL on my computer, then. And to Shawn, re IE: --> shudder On Nov 10, 4:17 pm, Sam Lai wrote: > Do you have a dedicated IP? > > If not, you're pretty much out of luck with the developmen

Re: Trouble accessing development server

2010-11-10 Thread Sam Lai
Do you have a dedicated IP? If not, you're pretty much out of luck with the development server. http://helpdesk.hostmonster.com/index.php/kb/article/000405 On 11 November 2010 04:28, Engywook wrote: > Hmm... none of the below work. Also doesn't seem to matter if I use > port 8000 or port 8100 o

Re: Trouble accessing development server

2010-11-10 Thread Shawn Milochik
If you're using Internet Explorer you have to add the http:// to the URL. If you're not, I apologize for suggesting you might be using the Big Blue E. ;o) Shawn -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Re: Trouble accessing development server

2010-11-10 Thread Engywook
Hmm... none of the below work. Also doesn't seem to matter if I use port 8000 or port 8100 or any other. What does happen, in the browser, is that it appears to be continuously trying to load the page. It doesn't matter if I have the server running or not. On Nov 10, 4:57 am, bruno desthuilliers

Re: Trouble accessing development server

2010-11-10 Thread bruno desthuilliers
On 9 nov, 22:39, Shawn Milochik wrote: > Instead of the domain try 0.0.0.0 or your public IP address. > > python manage.py runserver 0.0.0.0:8000 > > or > > python manage.py runserver 82.165.105.204:8000 #this is just a sample > IP address for Host Monster > It's also possible that HostMonster

Re: Trouble accessing development server

2010-11-09 Thread Shawn Milochik
Instead of the domain try 0.0.0.0 or your public IP address. python manage.py runserver 0.0.0.0:8000 or python manage.py runserver 82.165.105.204:8000 #this is just a sample IP address for Host Monster Shawn -- You received this message because you are subscribed to the Google Groups "Djang

Trouble accessing development server

2010-11-09 Thread Engywook
I have django running on HostMonster, and am having a problem reaching the Development server. According to a reply to somebody having a similar issue, what I'm supposed to do is this: python manage.py runserver www.yourhost.yourdomain.com:8000. Tried that, with several different port numbers. W