From 57ebefe9cf12280193b4ec0af7aec0e576fbb4e3 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Fri, 13 Oct 2017 13:51:06 +0200 Subject: [PATCH] set explicit settings for django --- conf/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/settings.py b/conf/settings.py index 43d08c1..d053616 100644 --- a/conf/settings.py +++ b/conf/settings.py @@ -46,9 +46,9 @@ DATABASES = { # Database password 'PASSWORD': '__DB_PWD__', # Set to empty string for localhost - 'HOST': '', + 'HOST': 'localhost', # Set to empty string for default - 'PORT': '', + 'PORT': '5432', } }