Django

Code

Changeset 5543

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

Added Oracle to the list of permitted DATABASE_ENGINE settings (and removed
ado_msql, since we don't have a working backend for that at the moment).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/conf/project_template/settings.py

    r5404 r5543  
    1010MANAGERS = ADMINS 
    1111 
    12 DATABASE_ENGINE = ''           # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'. 
     12DATABASE_ENGINE = ''           # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. 
    1313DATABASE_NAME = ''             # Or path to database file if using sqlite3. 
    1414DATABASE_USER = ''             # Not used with sqlite3.