Changeset 81
- Timestamp:
- 07/15/05 17:32:37 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/conf/project_template/settings/main.py
r80 r81 11 11 LANGUAGE_CODE = 'en-us' 12 12 13 DATABASE_ENGINE = 'postgresql' # Either 'postgresql' or 'mysql'.13 DATABASE_ENGINE = 'postgresql' # 'postgresql' or 'mysql' 14 14 DATABASE_NAME = '' 15 15 DATABASE_USER = '' 16 DATABASE_HOST = '' # Set to empty string for localhost. 16 DATABASE_PASSWORD = '' 17 DATABASE_HOST = '' # Set to empty string for localhost 17 18 18 19 # Absolute path to the directory that holds media.
