Skip to content

Commit

Permalink
Edited docs/settings.txt changes from [6316]
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6345 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Sep 15, 2007
1 parent b448593 commit 1de4bf0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/settings.txt
Expand Up @@ -257,10 +257,11 @@ The database backend to use. The build-in database backends are
``'postgresql_psycopg2'``, ``'postgresql'``, ``'mysql'``, ``'mysql_old'``, ``'postgresql_psycopg2'``, ``'postgresql'``, ``'mysql'``, ``'mysql_old'``,
``'sqlite3'``, ``'oracle'``, or ``'ado_mssql'``. ``'sqlite3'``, ``'oracle'``, or ``'ado_mssql'``.


You can also use a database backend that doesn't ship with Django by In the Django development version, you can use a database backend that doesn't
setting ``DATABASE_ENGINE`` to a fully-qualified path (i.e. ship with Django by setting ``DATABASE_ENGINE`` to a fully-qualified path (i.e.
``mypackage.backends.whatever``). Writing a whole new database backend from ``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 DATABASE_HOST
------------- -------------
Expand Down

0 comments on commit 1de4bf0

Please sign in to comment.