Re: settings.DATABASES is improperly configured

2012-11-14 Thread Babatunde Akinyanmi
;> >>> 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 follo

Re: settings.DATABASES is improperly configured

2012-11-13 Thread Yacov Schondorf
o 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 error: >> > settings.DATABASES is i

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 Babatunde Akinyanmi
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 error: > settings.DATABASES is improperly configured. Pleas

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 descri

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/tutoria

Re: newbie: which settings file? ["settings.DATABASES is improperly configured. "]

2012-09-10 Thread Bob Aalsma
ATABASE_ENGINE = > 'sqlite3'. > Then I check the settings and see an error: > ImproperlyConfigured: settings.DATABASES is improperly configured. Please > supply the ENGINE value. Check settings documentation for more details. > > You are mixing an older tutorial wit

Re: newbie: which settings file? ["settings.DATABASES is improperly configured. "]

2012-09-10 Thread Thomas Lockhart
On 9/10/12 11:30 AM, Bob Aalsma wrote: I'm in Chapter 5 of the tutorial, configuring the database. I think I've done everything correct to set the DATABASE_ENGINE = 'sqlite3'. Then I check the settings and see an error: ImproperlyConfigured: settings.DATABASES is i

newbie: which settings file? ["settings.DATABASES is improperly configured. "]

2012-09-10 Thread Bob Aalsma
(most recent call last): File "", line 1, in File "/Library/Python/2.7/site-packages/django/db/backends/dummy/base.py", line 15, in complain raise ImproperlyConfigured("settings.DATABASES is improperly configured. " ImproperlyConfigured: settings.DAT