diff options
| author | Tim Graham <timograham@gmail.com> | 2012-12-11 16:30:07 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2012-12-11 16:34:17 -0500 |
| commit | 0eed8ece320a8a0334c78abc43c82fdb9f1f9827 (patch) | |
| tree | cae61a9ce286b207e91e0707ac4103e6a9f21981 /docs/intro/tutorial01.txt | |
| parent | 7e97f4f510b2972c867ae7674fc40134413c16ab (diff) | |
Fixed #19377 - Emphasized database host link in tutorial
Diffstat (limited to 'docs/intro/tutorial01.txt')
| -rw-r--r-- | docs/intro/tutorial01.txt | 4 |
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 |
