2
0
Эх сурвалжийг харах

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

Attila Tovt 9 жил өмнө
parent
commit
ac750dbbc0

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