mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed links to DATABASE ENGINE setting. refs #19516
This commit is contained in:
parent
1c8be95a86
commit
f56f6cfa58
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