diff options
| author | Attila Tovt <uran198@gmail.com> | 2015-11-06 14:18:18 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-11-07 11:09:31 +0100 |
| commit | ac750dbbc0533dcf9c2f6c0f09957adf6f976d3e (patch) | |
| tree | 460db5742274a15e05175944778e73ccc0d9923b /docs | |
| parent | 5f7035cec7d5524d94539a2af5957107f6e0d86b (diff) | |
Fixed #25681 -- Added 'default' to DATABASES example.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/db/multi-db.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/db/multi-db.txt b/docs/topics/db/multi-db.txt index f11c9512e5..bb40720573 100644 --- a/docs/topics/db/multi-db.txt +++ b/docs/topics/db/multi-db.txt @@ -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', |
