Django

Code

Changeset 6345

Show
Ignore:
Timestamp:
09/15/07 17:39:51 (1 year ago)
Author:
adrian
Message:

Edited docs/settings.txt changes from [6316]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/settings.txt

    r6333 r6345  
    258258``'sqlite3'``, ``'oracle'``, or ``'ado_mssql'``. 
    259259 
    260 You can also use a database backend that doesn't ship with Django by 
    261 setting ``DATABASE_ENGINE`` to a fully-qualified path (i.e. 
     260In the Django development version, you can use a database backend that doesn't 
     261ship with Django by setting ``DATABASE_ENGINE`` to a fully-qualified path (i.e. 
    262262``mypackage.backends.whatever``). Writing a whole new database backend from 
    263 scratch is left as an exercise to the reader. 
     263scratch is left as an exercise to the reader; see the other backends for 
     264examples. 
    264265 
    265266DATABASE_HOST