summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/conf/project_template/settings/main.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/django/conf/project_template/settings/main.py b/django/conf/project_template/settings/main.py
index 08ac9d4026..21cefac0f6 100644
--- a/django/conf/project_template/settings/main.py
+++ b/django/conf/project_template/settings/main.py
@@ -10,10 +10,11 @@ MANAGERS = ADMINS
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/"