osx lion で最初の django-dev をセットアップしようとしています。稼働しているようです:
Kristoffers-MacBook-Pro:django-test kristoffernolgren$ python manage.py runserver
Validating models...
0 errors found
Django version 1.4.1, using settings 'mysite.settings'
Development server is running at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
^CKristoffers-MacBook-Pro:django-test kristoffernolgren$
しかし、その URLhttp://127.0.0.1:8000/
にアクセスすると、「接続に失敗しました」というエラーが表示されます。