Changes between Initial Version and Version 1 of Ticket #1123


Ignore:
Timestamp:
Dec 27, 2005, 11:10:40 AM (18 years ago)
Author:
Adrian Holovaty
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1123

    • Property Summary Need DATABASE_ENGINE setting has "None" option Django shouldn't require use of a database
  • Ticket #1123 – Description

    initial v1  
    1 Sometimes I want to use django without a database, but if I don't set a value in DATABASE_ENGINE, as I start the web server, django will complain a exception. But there is not a "None" in options. So I hope there is a "None" option can be added, and it'll be the default value in settings.py.
     1The core Django handler is coupled to the database layer because of a {{{db.close()}}} call. It should be possible to use Django without a database.
Back to Top