mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01:00
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 = {
|
||||
'default': {},
|
||||
'auth_db': {
|
||||
'NAME': 'auth_db',
|
||||
'ENGINE': 'django.db.backends.mysql',
|
||||
|
Loading…
Reference in New Issue
Block a user