Opened 13 years ago
Closed 13 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
Note:
See TracTickets
for help on using tickets.
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