Kaydet (Commit) 5c7b0412 authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Added DATABASE_PASSWORD stub to project_template/settings/main

git-svn-id: http://code.djangoproject.com/svn/django/trunk@81 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 87186754
...@@ -10,10 +10,11 @@ MANAGERS = ADMINS ...@@ -10,10 +10,11 @@ MANAGERS = ADMINS
LANGUAGE_CODE = 'en-us' LANGUAGE_CODE = 'en-us'
DATABASE_ENGINE = 'postgresql' # Either 'postgresql' or 'mysql'. DATABASE_ENGINE = 'postgresql' # 'postgresql' or 'mysql'
DATABASE_NAME = '' DATABASE_NAME = ''
DATABASE_USER = '' 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. # Absolute path to the directory that holds media.
# Example: "/home/media/media.lawrence.com/" # Example: "/home/media/media.lawrence.com/"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment