summaryrefslogtreecommitdiff
path: root/django/conf/global_settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/conf/global_settings.py')
-rw-r--r--django/conf/global_settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py
index 9ef92e10dd..ec201893f8 100644
--- a/django/conf/global_settings.py
+++ b/django/conf/global_settings.py
@@ -98,7 +98,7 @@ DATABASE_HOST = '' # Set to empty string for localhost. Not used wit
DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3.
# Optional named database connections in addition to the default.
-DATABASES = {}
+OTHER_DATABASES = {}
# Host for sending e-mail.
EMAIL_HOST = 'localhost'