Probably you forget to launch the dev server. python manage.py runserver
Only after this you can open your browser and go to admin, if it's correctly configured on urls.py. 2012/3/13 Sumaiya <[email protected]> > From Tutorial 2: "Now, open a Web browser and go to "/admin/" on your > local domain -- e.g., http://127.0.0.1:8000/admin/. You should see > the admin's login screen." > > I don't see that image. Rather, when I go to http://127.0.0.1:8000/admin/ > in my Firefox browser, I get this message: "Unable to connect. Firefox > can't establish a connection to the server at 127.0.0.1:8000." > > Am I going to the wrong address? How can I make this work? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > 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. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

