浏览代码

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

Attila Tovt 9 年之前
父节点
当前提交
ac750dbbc0
共有 1 个文件被更改,包括 1 次插入0 次删除
  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',