Changeset 5543
- Timestamp:
- 06/26/07 07:58:42 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/conf/project_template/settings.py
r5404 r5543 10 10 MANAGERS = ADMINS 11 11 12 DATABASE_ENGINE = '' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or ' ado_mssql'.12 DATABASE_ENGINE = '' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. 13 13 DATABASE_NAME = '' # Or path to database file if using sqlite3. 14 14 DATABASE_USER = '' # Not used with sqlite3.
