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

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

parent 5f7035ce
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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',