two days ago after a not clean shut-down, Django started to show this
message:
Validating models...
0 errors found
Django version 1.1.1, using settings 'schedule.settings'
Development server is running at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
Error: That IP address can't be assigned-to.
when from bash I type python manage.py runserver, the server starts
only with: python manage.py runserver 0.0.0.0:8000; but from firefox,
when I try to connect to http://localhost:8000/admin or http://my_IP:8000/admin
does not work, all I get is "Unable to connect".
I wish somebody can help, thanks in advance.
--
You received this message because you are subscribed to the Google Groups
"Django developers" 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-developers?hl=en.