Ver Fonte

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

Attila Tovt há 9 anos atrás
pai
commit
ac750dbbc0
1 ficheiros alterados com 1 adições e 0 exclusões
  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',