diff options
| author | Tim Graham <timograham@gmail.com> | 2012-12-24 15:37:36 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2012-12-24 15:40:17 -0500 |
| commit | 5489fc47df76c3f25a959510b885fa9a28b495b4 (patch) | |
| tree | c35720573f2ab75397fbba8284e5221e6b86531d /docs/howto/initial-data.txt | |
| parent | cd914175c8209c5f366e87d94f8f6d050347757d (diff) | |
[1.5.X] Fixed links to DATABASE ENGINE setting. refs #19516
Backport of f56f6cfa58 from master
Diffstat (limited to 'docs/howto/initial-data.txt')
| -rw-r--r-- | docs/howto/initial-data.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/initial-data.txt b/docs/howto/initial-data.txt index eca2e2c4f9..cea07bfea3 100644 --- a/docs/howto/initial-data.txt +++ b/docs/howto/initial-data.txt @@ -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``). |
