Django

Code

Changeset 81

Show
Ignore:
Timestamp:
07/15/05 17:32:37 (3 years ago)
Author:
adrian
Message:

Added DATABASE_PASSWORD stub to project_template/settings/main

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/conf/project_template/settings/main.py

    r80 r81  
    1111LANGUAGE_CODE = 'en-us' 
    1212 
    13 DATABASE_ENGINE = 'postgresql' # Either 'postgresql' or 'mysql'. 
     13DATABASE_ENGINE = 'postgresql' # 'postgresql' or 'mysql' 
    1414DATABASE_NAME = '' 
    1515DATABASE_USER = '' 
    16 DATABASE_HOST = '' # Set to empty string for localhost. 
     16DATABASE_PASSWORD = '' 
     17DATABASE_HOST = ''             # Set to empty string for localhost 
    1718 
    1819# Absolute path to the directory that holds media.