Fixed #25681 -- Added 'default' to DATABASES example.

This commit is contained in:
Attila Tovt 2015-11-06 14:18:18 +02:00 committed by Tim Graham
parent 5f7035cec7
commit ac750dbbc0
1 changed files with 1 additions and 0 deletions

View File

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