summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2012-12-11 16:30:07 -0500
committerTim Graham <timograham@gmail.com>2012-12-11 16:35:37 -0500
commitd92d9cf2aa15e70bcca8a3c9b2efa4ea8961ca4e (patch)
treebd80a88315787e2e711f4b08b659b2bb90272f15 /docs/intro
parentdeb205b8ce560957167a6d0472d4ffca3a40abd9 (diff)
[1.5.X] Fixed #19377 - Emphasized database host link in tutorial
Backport of 0eed8ece32 from master
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/tutorial01.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index 5712d557c6..9913b21e13 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -220,8 +220,8 @@ your database connection settings.
SQLite).
* :setting:`HOST` -- The host your database is on. Leave this as
- an empty string if your database server is on the same physical
- machine (not used for SQLite).
+ an empty string (or possibly ``127.0.0.1``) if your database server is on the
+ same physical machine (not used for SQLite). See :setting:`HOST` for details.
If you're new to databases, we recommend simply using SQLite by setting
:setting:`ENGINE` to ``'django.db.backends.sqlite3'`` and :setting:`NAME` to