'chiru'tha wrote: > Hey i created a django project on linux read hat, and started the > server.. now i want to access the server from the windows browser. bt > it displays the diagnostic error, cont be able to connect to the > server. can any one help me what the actual problem is.. > thank u.
by default the development server listens only on 127.0.0.1, that's the local-only interface. use "manage.py 0.0.0.0 80" to make it listen on all interfaces -- Javier -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.