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:38:05 -0500 |
| commit | f56f6cfa58345b964ceb2614e4366639381c8f6f (patch) | |
| tree | 40bb370ad19ecdce9969361102790c8ccfb630ab /docs/howto/initial-data.txt | |
| parent | 1c8be95a864540d416602577d1aa03d58ba33168 (diff) | |
Fixed links to DATABASE ENGINE setting. refs #19516
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``). |
