[1.9.x] Fixed #25681 -- Added 'default' to DATABASES example.

Backport of ac750dbbc0 from master
This commit is contained in:
Attila Tovt 2015-11-06 14:18:18 +02:00 committed by Tim Graham
parent a55135418e
commit a98d08f9f8
1 changed files with 1 additions and 0 deletions

View File

@ -255,6 +255,7 @@ with two read replicas. Here are the settings specifying these
databases::
DATABASES = {
'default': {},
'auth_db': {
'NAME': 'auth_db',
'ENGINE': 'django.db.backends.mysql',