On 12-02-12 15:31, Marcus Maximus wrote:
I tried to change the setting.py on line 'ENGINE': 'sqlite3', but
this seems ok in my eyes...
so whats wrong?
Try the full dotted path, so including django.db.backends:
'ENGINE': 'django.db.backends.sqlite3',
Just "sqlite3" by itself was fine in older django versions, so you might
have picked up an example from there.
Reinout
--
Reinout van Rees http://reinout.vanrees.org/
rein...@vanrees.org http://www.nelen-schuurmans.nl/
"If you're not sure what to do, make something. -- Paul Graham"
--
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.