;>
>>> 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
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
, 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
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
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
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
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
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
(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
9 matches
Mail list logo