Browse Source

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

Attila Tovt 9 years ago
parent
commit
ac750dbbc0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/topics/db/multi-db.txt

+ 1 - 0
docs/topics/db/multi-db.txt

@@ -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',