﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
26955	Multi-db example : default database config can not be an empty dict	ldng	nobody	"Multi-db example maybe obsolete as it advises to leave ""default entry intentionally left empty"" [1], yet whe you do so, you'll get the following error :
{{{#!python
django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details.
}}}

It is cohérente with the basic setup [2] : ""The DATABASES setting must configure a default database; any number of additional databases may also be specified.""

[1] https://docs.djangoproject.com/en/1.10/topics/db/multi-db/#defining-your-databases
[2] https://docs.djangoproject.com/en/1.9/ref/settings/#databases"	Bug	closed	Documentation	1.10	Normal	needsinfo			Unreviewed	0	0	0	0	0	0
