mirror of
https://github.com/django/django.git
synced 2025-04-26 18:24:36 +00: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::
|
||||||
|
|
||||||
DATABASES = {
|
DATABASES = {
|
||||||
|
'default': {},
|
||||||
'auth_db': {
|
'auth_db': {
|
||||||
'NAME': 'auth_db',
|
'NAME': 'auth_db',
|
||||||
'ENGINE': 'django.db.backends.mysql',
|
'ENGINE': 'django.db.backends.mysql',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user