Re: Can't access Django Dev Server.

2010-05-31 Thread Jeliuc Alexandr
Hello 1. no index page (debug off) 2. try another port 3. check for bugs in urls and views 4. recheck configurations in settings On May 30, 3:03 am, gin tonic wrote: > My development server is running but when I attempt to access it at > the localhost 127.0.0.1:8000 I receive a page not found err

Re: Can't access Django Dev Server.

2010-05-31 Thread gin tonic
FIXED: settings.py > was ADMIN_MEDIA_PREFIX = '' settings.py > is now ADMIN_MEDIA_PREFIX = '/media/' On May 31, 3:15 pm, gin tonic wrote: > Also, I can connect to other projects, just not this one. Seems like > I'm overlooking something in settings.py or urls.py. > > What would cause it to g

Re: Can't access Django Dev Server.

2010-05-31 Thread gin tonic
Also, I can connect to other projects, just not this one. Seems like I'm overlooking something in settings.py or urls.py. What would cause it to give no errors while not connecting? On May 31, 1:31 pm, gin tonic wrote: > Nope. > > But, there were changes in with some of the settings when I did m

Re: Can't access Django Dev Server.

2010-05-31 Thread gin tonic
Nope. But, there were changes in with some of the settings when I did my first upload to webfaction, but from what I can tell, I've restored all my settings to their original state before the upload, but even though the dev runs, I can't connect. On May 29, 5:30 pm, Juan Hernandez wrote: > any f

Re: Can't access Django Dev Server.

2010-05-29 Thread Juan Hernandez
any firewall?? On Sat, May 29, 2010 at 8:03 PM, gin tonic wrote: > My development server is running but when I attempt to access it at > the localhost 127.0.0.1:8000 I receive a page not found error while my > command shell shows no attempt to access the site. > > No error messages. > No sign of

Can't access Django Dev Server.

2010-05-29 Thread gin tonic
My development server is running but when I attempt to access it at the localhost 127.0.0.1:8000 I receive a page not found error while my command shell shows no attempt to access the site. No error messages. No sign of a connection attempt. Anyone ever seen this before? Thanks. -- You receive