Running Fedora and Python 2.4. Working my way through the first installation... I've successfully run "python manage.py runserver" and gotten the expected
Validating models... 0 errors found Django version 1.0-beta_1-SVN-unknown, using settings 'dja.settings' Development server is running at http://127.0.0.1:8000/ response. Hoo-ray! Next, in "Writing your first app..." it says, "Now that the server’s running, visit http://127.0.0.1:8000/ with your Web browser. You’ll see a “Welcome to Django” page, in pleasant, light-blue pastel. It worked!" Not for me! :( I get a "Unable able to connect. Firefox cannot establish a connection to the server at 127.0.0.1:8000" message. I've searched the group messages and there are only a handful of (unrelated) messages about this. I've checked my /etc/hosts to make sure that 127.0.0.1 is defined (initially, it wasn't, only ::1.) I can navigate to http://127.0.0.1 and get a dummy index.html page I've set up. Since the manage.py runserver command worked, it would seem that the development server is running. But no joy in the browser. If it's any help, I'd actually rather be running Apache + mod_python... you know, make your development and production environments as similar as possible... Any ideas? r. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---