Not sure which thread this is the tail of, but it seems obvious to me
that you haven't set the DATABASE_ENGINE. Try eding your settings.py
and changing the line to:

    DATABASE_ENGINE = "sqllite3"

Sorry if I haven't understood your problem correctly.

Cheers
Greg.

On Apr 29, 9:41 am, fedex1 <fed...@gmail.com> wrote:
> The settings.py file is:
> ...
> DATABASE_ENGINE = ''           # 'postgresql_psycopg2', 'postgresql', 
> 'mysql', 'sqlite3' or 'ado_mssql'.
> ...
> django-0.96/django/db/backends/dummy/base.py", line 13, in complain
>           raise ImproperlyConfigured, "You haven't set the DATABASE_ENGINE 
> setting yet."

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to