mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +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
|
@ -153,8 +153,8 @@ each app, Django looks for a file called
|
|||
``<appname>/sql/<modelname>.<backend>.sql``, where ``<appname>`` is
|
||||
your app directory, ``<modelname>`` is the model's name in lowercase
|
||||
and ``<backend>`` is the last part of the module name provided for the
|
||||
:setting:`ENGINE` in your settings file (e.g., if you have defined a
|
||||
database with an :setting:`ENGINE` value of
|
||||
:setting:`ENGINE <DATABASE-ENGINE>` in your settings file (e.g., if you have
|
||||
defined a database with an :setting:`ENGINE <DATABASE-ENGINE>` value of
|
||||
``django.db.backends.sqlite3``, Django will look for
|
||||
``<appname>/sql/<modelname>.sqlite3.sql``).
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ setting and assigning values to the following keys for the ``'default'``
|
|||
connection:
|
||||
|
||||
* :setting:`NAME`
|
||||
* :setting:`ENGINE`
|
||||
* :setting:`ENGINE <DATABASE-ENGINE>`
|
||||
* :setting:`USER`
|
||||
* :setting:`PASSWORD`
|
||||
* :setting:`HOST`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue