Skip to content

Commit ac750db

Browse files
attila0x2Atimgraham
authored andcommitted
Fixed #25681 -- Added 'default' to DATABASES example.
1 parent 5f7035c commit ac750db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/topics/db/multi-db.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ with two read replicas. Here are the settings specifying these
249249
databases::
250250

251251
DATABASES = {
252+
'default': {},
252253
'auth_db': {
253254
'NAME': 'auth_db',
254255
'ENGINE': 'django.db.backends.mysql',

0 commit comments

Comments
 (0)