Changeset 4 for settings.py
- Timestamp:
- 02/27/2008 10:28:40 PM (18 years ago)
- branch-nick:
- pydirproj
- revision id:
- dsowen@fugue88.ws-20080227222840-g0hr8ptdi8nsp16s
- File:
-
- 1 edited
-
settings.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
settings.py
r3 r4 10 10 MANAGERS = ADMINS 11 11 12 DATABASE_ENGINE = ' ' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'.13 DATABASE_NAME = ' ' # Or path to database file if using sqlite3.14 DATABASE_USER = ' ' # Not used with sqlite3.12 DATABASE_ENGINE = 'postgresql_psycopg2' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'. 13 DATABASE_NAME = 'pydir' # Or path to database file if using sqlite3. 14 DATABASE_USER = 'dsowen' # Not used with sqlite3. 15 15 DATABASE_PASSWORD = '' # Not used with sqlite3. 16 16 DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3. … … 76 76 'django.contrib.sessions', 77 77 'django.contrib.sites', 78 'pydirproj.pydir', 78 79 )
Note: See TracChangeset
for help on using the changeset viewer.
