Django

Code

Changeset 5032

Show
Ignore:
Timestamp:
04/19/07 13:56:51 (2 years ago)
Author:
bouldersprinters
Message:

boulder-oracle-sprint: Updated docs to mention Oracle and cx_Oracle where needed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/boulder-oracle-sprint/docs/faq.txt

    r4935 r5032  
    302302If you want to use Django with a database, which is probably the case, you'll 
    303303also need a database engine. PostgreSQL_ is recommended, because we're 
    304 PostgreSQL fans, and MySQL_ and `SQLite 3`_ are also supported. 
     304PostgreSQL fans, and MySQL_, `SQLite 3`_, and Oracle_ are also supported. 
    305305 
    306306.. _Python: http://www.python.org/ 
     
    311311.. _MySQL: http://www.mysql.com/ 
    312312.. _`SQLite 3`: http://www.sqlite.org/ 
     313.. _Oracle: http://www.oracle.com/ 
    313314 
    314315Do I lose anything by using Python 2.3 versus newer Python versions, such as Python 2.5? 
  • django/branches/boulder-oracle-sprint/docs/install.txt

    r5014 r5032  
    6363* If you're using SQLite, you'll need pysqlite_. Use version 2.0.3 or higher. 
    6464 
     65* If you're using Oracle, you'll need cx_Oracle_, version 4.3.1 or higher. 
     66 
    6567.. _PostgreSQL: http://www.postgresql.org/ 
    6668.. _MySQL: http://www.mysql.com/ 
     
    7274.. _pysqlite: http://initd.org/tracker/pysqlite 
    7375.. _MySQL backend: ../databases/ 
     76.. _cx_Oracle: http://www.python.net/crew/atuining/cx_Oracle/ 
    7477 
    7578Remove any old versions of Django 
  • django/branches/boulder-oracle-sprint/docs/settings.txt

    r4842 r5032  
    246246 
    247247Which database backend to use. Either ``'postgresql_psycopg2'``,  
    248 ``'postgresql'``, ``'mysql'``,  ``'mysql_old'``, ``'sqlite3'`` or 
    249 ``'ado_mssql'``. 
     248``'postgresql'``, ``'mysql'``,  ``'mysql_old'``, ``'sqlite3'``, 
     249``'oracle'``, or ``'ado_mssql'``. 
    250250 
    251251DATABASE_HOST