Skip to content

Commit

Permalink
Added DATABASE_PASSWORD stub to project_template/settings/main
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@81 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Jul 15, 2005
1 parent 8718675 commit 5c7b041
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions django/conf/project_template/settings/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@

LANGUAGE_CODE = 'en-us'

DATABASE_ENGINE = 'postgresql' # Either 'postgresql' or 'mysql'.
DATABASE_ENGINE = 'postgresql' # 'postgresql' or 'mysql'
DATABASE_NAME = ''
DATABASE_USER = ''
DATABASE_HOST = '' # Set to empty string for localhost.
DATABASE_PASSWORD = ''
DATABASE_HOST = '' # Set to empty string for localhost

# Absolute path to the directory that holds media.
# Example: "/home/media/media.lawrence.com/"
Expand Down

0 comments on commit 5c7b041

Please sign in to comment.