Opened 12 years ago

Closed 12 years ago

#17487 closed Uncategorized (invalid)

Exception while setting up the DB Engine

Reported by: varadharajan Owned by: nobody
Component: Uncategorized Version: 1.4-alpha-1
Severity: Normal Keywords: database
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

I have configured my project's setting.py to use sqlite3. Even after that it shows me "django.core.exceptions.ImproperlyConfigured: You haven't set the database ENGINE setting yet" error. I'm using Python 2.6.4

Change History (1)

comment:1 by Aymeric Augustin, 12 years ago

Resolution: invalid
Status: newclosed

It's extremely unlikely that there's a bug in Django at this level — that would make Django absolutely usable with SQLite. You probably have a typo somewhere in your settings file.

I'm going to close this ticket for the reasons explained here: TicketClosingReasons/UseSupportChannels

Note: See TracTickets for help on using tickets.
Back to Top