Commit a98d08f9 authored by Attila Tovt's avatar Attila Tovt Committed by Tim Graham
Browse files

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

Backport of ac750dbb from master
parent a5513541
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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',