Re: manage.py runserver giving error!!

2011-06-13 Thread Gagan (GPS)
Thanks, It seems to work with the change you proposed. Problem Solved. Thank you Daniel On Jun 13, 5:21 pm, Daniel Roseman wrote: > On Monday, June 13, 2011 10:15:49 AM UTC+1, Gagan (GPS) wrote: > > > I am using sqlite3. > > > The database settings are as follows: > > > DATABASES = { > >     '

Re: manage.py runserver giving error!!

2011-06-13 Thread Daniel Roseman
On Monday, June 13, 2011 10:15:49 AM UTC+1, Gagan (GPS) wrote: > > I am using sqlite3. > > The database settings are as follows: > > DATABASES = { > 'default': { > 'ENGINE': 'sqlite3', # Add 'postgresql_psycopg2', 'mysql', > 'sqlite3' or 'oracle'. > 'NAME': 'database.db',

Re: manage.py runserver giving error!!

2011-06-13 Thread Gagan (GPS)
I am using sqlite3. The database settings are as follows: DATABASES = { 'default': { 'ENGINE': 'sqlite3', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'. 'NAME': 'database.db', # Or path to database file if using sqlite3. 'USER': '',

Re: manage.py runserver giving error!!

2011-06-13 Thread Daniel Roseman
On Monday, 13 June 2011 09:42:45 UTC+1, Gagan (GPS) wrote: > > I am using Ubuntu 11.04 and I had recently installed Django by using > svn and creating a hard link of the Django folder to the appropriate > python folder. When I tried to create a new project, It created the > project easily but th

manage.py runserver giving error!!

2011-06-13 Thread Gagan (GPS)
I am using Ubuntu 11.04 and I had recently installed Django by using svn and creating a hard link of the Django folder to the appropriate python folder. When I tried to create a new project, It created the project easily but the manage.py runserver is giving me trouble. 192.168.2.127 is the IP addr