Opened 20 years ago
Last modified 20 years ago
#1123 closed enhancement
Need DATABASE_ENGINE setting has "None" option — at Initial Version
| Reported by: | limodou | Owned by: | Adrian Holovaty |
|---|---|---|---|
| Component: | Core (Other) | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
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.
Note:
See TracTickets
for help on using tickets.