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

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

Backport of ac750dbb from master
parent a71fc544
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',