From d92d9cf2aa15e70bcca8a3c9b2efa4ea8961ca4e Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 11 Dec 2012 16:30:07 -0500 Subject: [1.5.X] Fixed #19377 - Emphasized database host link in tutorial Backport of 0eed8ece32 from master --- docs/intro/tutorial01.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/intro') 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 -- cgit v1.3