mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
[1.5.X] Fixed links to DATABASE ENGINE setting. refs #19516
Backport of f56f6cfa58
from master
This commit is contained in:
parent
cd914175c8
commit
5489fc47df
8 changed files with 34 additions and 35 deletions
|
@ -207,9 +207,10 @@ your database connection settings.
|
|||
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
|
||||
the place where you'd like to store the database. SQLite is included in Python,
|
||||
so you won't need to install anything else to support your database.
|
||||
:setting:`ENGINE <DATABASE-ENGINE>` to ``'django.db.backends.sqlite3'`` and
|
||||
:setting:`NAME` to the place where you'd like to store the database. SQLite is
|
||||
included in Python, so you won't need to install anything else to support your
|
||||
database.
|
||||
|
||||
.. note::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue