settings.DATABASES is improperly configured

2012-11-13 Thread Yacov Schondorf
I am doing the Django tutorial. When I execute the command "python manage.py syncdb", I get the following error: settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details. I am executing from /Django-projects/tutorial01/mysite, and

settings.DATABASES is improperly configured

2012-11-13 Thread Yacov Schondorf
I am doing the Djando tutorial https://docs.djangoproject.com/en/1.4/intro/tutorial01/ When I execute "python manage.py syncdb" I get the error below: settings.DATABASES is improperly configured. Please supply the ENGINE value. The settings.DATABASES IS configured exactly as described in the tutor

Re: settings.DATABASES is improperly configured

2012-11-13 Thread Yacov Schondorf
, Tundebabzy wrote: > > Hi Yacov, > Why do you think python is importing another settings.py?? > > On 11/13/12, Yacov Schondorf > wrote: > > I am doing the Django tutorial. When I execute the command "python > > manage.py syncdb", I get the following erro

Re: settings.DATABASES is improperly configured

2012-11-13 Thread Yacov Schondorf
Just to clarify - I cannot modify the other installation but I still need to run the tutorial, so I am still looking for a solution... On Tuesday, November 13, 2012 6:46:10 PM UTC+2, Yacov Schondorf wrote: > > I debugged using pdb and got to a point where I could > examine settings.