Author: mtredinnick Date: 2007-06-26 07:58:42 -0500 (Tue, 26 Jun 2007) New Revision: 5543
Modified: django/trunk/django/conf/project_template/settings.py Log: 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). Modified: django/trunk/django/conf/project_template/settings.py =================================================================== --- django/trunk/django/conf/project_template/settings.py 2007-06-26 12:53:33 UTC (rev 5542) +++ django/trunk/django/conf/project_template/settings.py 2007-06-26 12:58:42 UTC (rev 5543) @@ -9,7 +9,7 @@ MANAGERS = ADMINS -DATABASE_ENGINE = '' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'. +DATABASE_ENGINE = '' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. DATABASE_NAME = '' # Or path to database file if using sqlite3. DATABASE_USER = '' # Not used with sqlite3. DATABASE_PASSWORD = '' # Not used with sqlite3. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
