1
0
mirror of https://github.com/django/django.git synced 2025-04-04 13:36:42 +00:00

[1.10.x] Described PostgreSQL as more scalable than SQLite.

Backport of 4584bc3a1e3d610eb001cdfffa8ef18863fc03d3 from master
This commit is contained in:
mark-summerfield 2016-10-27 14:14:04 +01:00 committed by Tim Graham
parent df66aee856
commit 261c6c0447

View File

@ -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