Fixed #25681 -- Added 'default' to DATABASES example.
This commit is contained in:
parent
5f7035cec7
commit
ac750dbbc0
|
@ -249,6 +249,7 @@ with two read replicas. Here are the settings specifying these
|
||||||
databases::
|
databases::
|
||||||
|
|
||||||
DATABASES = {
|
DATABASES = {
|
||||||
|
'default': {},
|
||||||
'auth_db': {
|
'auth_db': {
|
||||||
'NAME': 'auth_db',
|
'NAME': 'auth_db',
|
||||||
'ENGINE': 'django.db.backends.mysql',
|
'ENGINE': 'django.db.backends.mysql',
|
||||||
|
|
Loading…
Reference in New Issue