Ticket #3589: 3589.diff
File 3589.diff, 1.3 KB (added by , 18 years ago) |
---|
-
django/conf/project_template/settings.py
9 9 10 10 MANAGERS = ADMINS 11 11 12 DATABASE_ENGINE = '' # 'postgresql ', 'mysql', 'sqlite3' or 'ado_mssql'.12 DATABASE_ENGINE = '' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'. 13 13 DATABASE_NAME = '' # Or path to database file if using sqlite3. 14 14 DATABASE_USER = '' # Not used with sqlite3. 15 15 DATABASE_PASSWORD = '' # Not used with sqlite3. -
django/conf/global_settings.py
99 99 SEND_BROKEN_LINK_EMAILS = False 100 100 101 101 # Database connection info. 102 DATABASE_ENGINE = '' # 'postgresql ', 'mysql', 'sqlite3' or 'ado_mssql'.102 DATABASE_ENGINE = '' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'. 103 103 DATABASE_NAME = '' # Or path to database file if using sqlite3. 104 104 DATABASE_USER = '' # Not used with sqlite3. 105 105 DATABASE_PASSWORD = '' # Not used with sqlite3.