mirror of https://github.com/django/django.git
[1.8.x] Fixed #25681 -- Added 'default' to DATABASES example.
Backport of ac750dbbc0
from master
This commit is contained in:
parent
a71fc544c6
commit
189ceae19d
|
@ -255,6 +255,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