summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial01.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-02-22 10:11:18 -0500
committerTim Graham <timograham@gmail.com>2015-02-22 10:11:18 -0500
commit7901eccf2e591447850be00011a7bb556a3c53f2 (patch)
treed46d515476aa27d19155f5a9176dfe39fc648515 /docs/intro/tutorial01.txt
parent88a5f17d25a25dbd2ebcf905dcecc45ce78a1615 (diff)
Fixed #24371 -- Cautioned against trying to switch databases.
Diffstat (limited to 'docs/intro/tutorial01.txt')
-rw-r--r--docs/intro/tutorial01.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index e03febcced..6baf8f3a19 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -127,7 +127,9 @@ module-level variables representing Django settings.
By default, the configuration uses SQLite. If you're new to databases, or
you're just interested in trying Django, this is the easiest choice. SQLite is
included in Python, so you won't need to install anything else to support your
-database.
+database. When starting your first real project, however, you may want to use a
+more robust database like PostgreSQL, to avoid database-switching headaches
+down the road.
If you wish to use another database, install the appropriate :ref:`database
bindings <database-installation>`, and change the following keys in the