RE: Problem with Django webserver on HP

2010-01-28 Thread Kairam, Raj
roups.com] On Behalf Of Karen Tracey Sent: Thursday, January 28, 2010 1:34 PM To: django-users@googlegroups.com Subject: Re: Problem with Django webserver on HP On Thu, Jan 28, 2010 at 1:12 PM, Kairam, Raj wrote: Core dump and nothing happening in the browser. Core dump is a Should Ne

Re: Problem with Django webserver on HP

2010-01-28 Thread Karen Tracey
On Thu, Jan 28, 2010 at 1:12 PM, Kairam, Raj wrote: > Core dump and nothing happening in the browser. Core dump is a Should Never Happen type of thing with Python, and likely not due to any Django code, which is pure Python. An incompatible/broken C extension might cause it so my first thing t

Re: Problem with Django webserver on HP

2010-01-28 Thread Jorge Bastida
Note that the default IP address, 127.0.0.1, is not accessible from other machines on your network. To make your development server viewable to other machines on the network, use its own IP address (e.g. 192.168.2.1) or 0.0.0.0. >From any other computer in your network the url will be server/yours

RE: Problem with Django webserver on HP

2010-01-28 Thread Kairam, Raj
@googlegroups.com Subject: Re: Problem with Django webserver on HP http://docs.djangoproject.com/en/dev/ref/django-admin/#runserver-port-or-ipaddr-port Try with python manage.py runserver 0.0.0.0:8000 2010/1/28 rajk HP-UX B.11.00 Django-1.1.1 myhost:/h

Re: Problem with Django webserver on HP

2010-01-28 Thread Jorge Bastida
http://docs.djangoproject.com/en/dev/ref/django-admin/#runserver-port-or-ipaddr-port Try with python manage.py runserver 0.0.0.0:8000 2010/1/28 rajk > > HP-UX B.11.00 > Django-1.1.1 > > myhost:/home/root/MyPython> python > ActivePython 2.6.4.8 (ActiveState Software Inc.) based on > Python 2.6.

Problem with Django webserver on HP

2010-01-28 Thread rajk
HP-UX B.11.00 Django-1.1.1 myhost:/home/root/MyPython> python ActivePython 2.6.4.8 (ActiveState Software Inc.) based on Python 2.6.4 (r264:75706, Nov 3 2009, 13:55:48) [C] on hp-ux11 Type "help", "copyright", "credits" or "license" for more information. >>> import django >>> django.VERSION (1, 1,