Described PostgreSQL as more scalable than SQLite.
This commit is contained in:
parent
414ad25b09
commit
4584bc3a1e
|
@ -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
|
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
|
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
|
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.
|
down the road.
|
||||||
|
|
||||||
If you wish to use another database, install the appropriate :ref:`database
|
If you wish to use another database, install the appropriate :ref:`database
|
||||||
|
|
Loading…
Reference in New Issue