Changeset 8bcff9a
- Timestamp:
- May 17, 2011, 4:47:06 AM (15 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- ad48c42
- Parents:
- b01b0ba
- git-author:
- Alex Dehnert <adehnert@…> (05/17/11 04:47:06)
- git-committer:
- Alex Dehnert <adehnert@…> (05/17/11 04:47:06)
- File:
-
- 1 edited
-
asadb/settings.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/settings.py
r4693952 r8bcff9a 17 17 MANAGERS = ADMINS 18 18 19 DATABASE_ENGINE = '' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. 20 DATABASE_NAME = '' # Or path to database file if using sqlite3. 21 DATABASE_USER = '' # Not used with sqlite3. 22 DATABASE_PASSWORD = '' # Not used with sqlite3. 23 DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3. 24 DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3. 19 DATABASES = {} 25 20 26 21 ENABLE_SCRIPTS_AUTH = True
Note: See TracChangeset
for help on using the changeset viewer.