summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-09-15 22:39:51 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-09-15 22:39:51 +0000
commit1de4bf0b66d5c59f3b46767f9506ee2a78b64540 (patch)
treedc3e37bdd1e4c4527108092bf687665aab05d9be /docs
parentb448593432089eef7a795a7f91dc4f55c7407aeb (diff)
Edited docs/settings.txt changes from [6316]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6345 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/settings.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/settings.txt b/docs/settings.txt
index 46fdd70258..e40374a822 100644
--- a/docs/settings.txt
+++ b/docs/settings.txt
@@ -257,10 +257,11 @@ The database backend to use. The build-in database backends are
``'postgresql_psycopg2'``, ``'postgresql'``, ``'mysql'``, ``'mysql_old'``,
``'sqlite3'``, ``'oracle'``, or ``'ado_mssql'``.
-You can also use a database backend that doesn't ship with Django by
-setting ``DATABASE_ENGINE`` to a fully-qualified path (i.e.
+In the Django development version, you can use a database backend that doesn't
+ship with Django by setting ``DATABASE_ENGINE`` to a fully-qualified path (i.e.
``mypackage.backends.whatever``). Writing a whole new database backend from
-scratch is left as an exercise to the reader.
+scratch is left as an exercise to the reader; see the other backends for
+examples.
DATABASE_HOST
-------------