mirror of
https://github.com/django/django.git
synced 2025-04-22 00:04:43 +00:00
[1.9.x] Fixed #25681 -- Added 'default' to DATABASES example.
Backport of ac750dbbc0533dcf9c2f6c0f09957adf6f976d3e from master
This commit is contained in:
parent
a55135418e
commit
a98d08f9f8
@ -255,6 +255,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…
x
Reference in New Issue
Block a user