Django and CSS

2009-06-18 Thread Chris DPS
Hi, I'm new to Django. I've read the doc: http://docs.djangoproject.com/en/dev/howto/static-files/?from=olddocs which is about static files but still do not quite understand what to call everything and it isn't working On my development machine, I want to use this hack and not deal with other

Re: runserver fails

2009-05-24 Thread Chris DPS
le.com", 80) > > -- dz > > On Sun, May 24, 2009 at 10:59 PM, Chris DPS <jasonyf...@gmail.com> wrote: > > > When I execute runserver, I get the following message: > > > Validating models... > > 0 errors found > > > Django version 1.0.2 final, usi

runserver fails

2009-05-24 Thread Chris DPS
When I execute runserver, I get the following message: Validating models... 0 errors found Django version 1.0.2 final, using settings 'mysite.settings' Development server is running at http://127.0.0.1:8000/ Quit the server with CTRL-BREAK. Error: [Errno 10104] getaddrinfo failed And the

Trouble starting up runserver

2009-05-12 Thread Chris DPS
I am new to Django. When I try to execute: python manage.py runserver, I get the following error Error: [Errno 10104] getaddrinfo failed What is going on and what should I do? I am running Django Version 1.0.2-final and Python 2.6 I have turned off all Firewalls. ping to localhost in the

Re: Trouble Starting Up with runserver

2009-05-11 Thread Chris DPS
py runserver 127.0.0.1:8000'? Or 'python manage.py runserver :8000' > > - Addy > > On Mon, May 11, 2009 at 12:40 PM, Chris DPS <jasonyf...@gmail.com> wrote: > > > So I've definitely shut off all Firewalls. > > It still is having the same problem. > > > HELP!

Re: Trouble Starting Up with runserver

2009-05-10 Thread Chris DPS
So I've definitely shut off all Firewalls. It still is having the same problem. HELP!!! PLEASE On May 10, 6:37 pm, Chris DPS <jasonyf...@gmail.com> wrote: > How to tell if I have a Firewall running? > I have turned off Windows firewall. When I go to the Windows Security > Cente

Re: Trouble Starting Up with runserver

2009-05-10 Thread Chris DPS
I'm using and shut it off. ---Chris DPS On May 8, 8:10 pm, Addy Yeow <ayeo...@gmail.com> wrote: > Do you have firewall running?It could be blocking incoming local connection > to port 8000. > > - Addy > > On Sat, May 9, 2009 at 7:01 AM, Chris DPS <jasonyf...@gmail

Trouble Starting Up with runserver

2009-05-08 Thread Chris DPS
I am new to Django. When I try to execute: python manage.py runserver, I get the following error Error: [Errno 10104] getaddrinfo failed What is going on and what should I do? I am running Django Version 1.0.2-final and Python 2.6 --~--~-~--~~~---~--~~ You

Re: Trouble Starting Up with runserver

2009-05-07 Thread Chris DPS
On May 7, 11:23 am, Phil Mocek wrote: > On Thu, May 07, 2009 at 12:49:28PM -0500, Tim Chase wrote: > > > was searching for "interface" or "IP address" but the tutorial > > > says -- incorrectly or colloqially, depending on how you see > > > things -- "So to

Trouble Starting Up with runserver

2009-05-07 Thread Chris DPS
I am new to Django. When I try to execute: python manage.py runserver, I get the following error Error: [Errno 10104] getaddrinfo failed What is going on and what should I do? I have tried with 0.0.0.0:8000. I am running Django Version 1.0.2-final and Python 2.6

'getaddrinfo failed', new to Django

2009-05-05 Thread Chris DPS
I'm starting out with Django. When I attempt to execute runserver, this error happens: Error: (10104, 'getaddrinfo failed') What is the reason for this and how can I fix it? I am not too computer-savvy, so complete explanations would be appreciated. thanks a bunch