From 4584bc3a1e3d610eb001cdfffa8ef18863fc03d3 Mon Sep 17 00:00:00 2001 From: mark-summerfield Date: Thu, 27 Oct 2016 14:14:04 +0100 Subject: [PATCH] Described PostgreSQL as more scalable than SQLite. --- docs/intro/tutorial02.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index b877aa49a0..bd7e9c18ca 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -16,7 +16,7 @@ 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. When starting your first real project, however, you may want to use a -more robust database like PostgreSQL, to avoid database-switching headaches +more scalable database like PostgreSQL, to avoid database-switching headaches down the road. If you wish to use another database, install the appropriate :ref:`database