On Sun, Jan 23, 2011 at 6:47 PM, Kimberly Harvey <kharve...@gmail.com>wrote:

> it still doesn't work. I typed it like you've suggested and it keeps saying
> that the database ENGINE has not been set.
>
>
If you are using ENGINE by itself, you need to be using Django 1.2 or higher
and ENGINE is a key in the dictionary of settings for the default database,
not a single ENGINE line in settings.py. See:

http://docs.djangoproject.com/en/dev/ref/settings/?from=olddocs#databases

for details.

If you are using a Django version prior to 1.2, the setting you should be
using is DATABASE_ENGINE (see
http://docs.djangoproject.com/en/1.1/ref/settings/#database-engine), not
just ENGINE.

Karen
-- 
http://tracey.org/kmt/

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

Reply via email to