Django

Code

Changeset 5542

Show
Ignore:
Timestamp:
06/26/07 07:53:33 (1 year ago)
Author:
mtredinnick
Message:

Fixed #4684 -- Added an Oracle reference to the supported database servers.
Thanks, nick@efford.org.

Files:

Legend:

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

    r5519 r5542  
    4949If you plan to use Django's database API functionality, you'll need to 
    5050make sure a database server is running. Django works with PostgreSQL_, 
    51 MySQL_ and SQLite_. 
     51MySQL_, Oracle_ and SQLite_ (the latter doesn't require a separate server to 
     52be running). 
    5253 
    5354Additionally, you'll need to make sure your Python database bindings are 
     
    7778.. _MySQL backend: ../databases/ 
    7879.. _cx_Oracle: http://www.python.net/crew/atuining/cx_Oracle/ 
     80.. _Oracle: http://www.oracle.com/ 
    7981 
    8082Remove any old versions of Django